summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authortkimia <tkimia@purdue.edu>2014-04-03 16:49:09 -0400
committertkimia <tkimia@purdue.edu>2014-04-03 16:49:09 -0400
commit6cc7eb9e419c219d82d318ebb1bab8a853f73da5 (patch)
tree6cedda1bc1bd9391ec1506da5fccd106723a5a6f /app/assets/stylesheets
parentdacab01db3ac4b9d9e2281daff74230a003f138e (diff)
footer clears on both sides, has top-margin of 10. Tournament show screen repetitive info fixed
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/application.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css
index b3f5d46..dd7588a 100644
--- a/app/assets/stylesheets/application.css
+++ b/app/assets/stylesheets/application.css
@@ -23,3 +23,8 @@
.navbar{
background-color: white;
}
+
+footer {
+ clear: both;
+ margin-top: 10px;
+} \ No newline at end of file