summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/application.css
AgeCommit message (Collapse)Author
2014-05-01condense the stylesheetsLuke Shumaker
2014-05-01Redo styles to be "pure"/simple bootstrap, and fix found issues with forms.Luke Shumaker
2014-04-28go to town on the CSSLuke Shumaker
2014-04-28Shuffle CSS aroundLuke Shumaker
All element-css should now also be in an actual stylesheet
2014-04-22footer is ok?tkimia
2014-04-21prelim style 2.0tkimia
2014-04-17temp new layoutstkimia
2014-04-03footer clears on both sides, has top-margin of 10. Tournament show screen ↵tkimia
repetitive info fixed
2014-03-04Log buttonsguntasgrewal
2014-03-04itest gitguntasgrewal
2014-03-03Merge branch 'clean4'Luke Shumaker
Conflicts: app/assets/stylesheets/scaffolds.css.scss app/assets/stylesheets/static.css.scss app/controllers/sessions_controller.rb app/controllers/static_controller.rb app/controllers/tournaments_controller.rb app/controllers/users_controller.rb app/helpers/sessions_helper.rb app/models/game.rb app/models/user.rb app/views/games/index.html.erb app/views/tournaments/index.html.erb app/views/tournaments/new.html.erb app/views/users/_form.html.erb app/views/users/index.html.erb app/views/users/index.json.jbuilder app/views/users/new.html.erb app/views/users/show.html.erb app/views/users/show.json.jbuilder config/routes.rb generate.sh
2014-03-02new homepage, better cssTomer Kimia
2014-02-18Run `rails new`Luke Shumaker