summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-05 19:12:03 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-05 19:12:03 -0500
commit432c0a5745d01089b28208569a2a2fd901970ce2 (patch)
tree31f8d68952feb92fddb20429752c4103a5a12c7a /app/assets
parent17755b3c36b93410fcb10a5b9464d886da2d8099 (diff)
css is simpler than html (remove the hr above the footer, do it with css)
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/scaffolds.css.scss16
1 files changed, 4 insertions, 12 deletions
diff --git a/app/assets/stylesheets/scaffolds.css.scss b/app/assets/stylesheets/scaffolds.css.scss
index 07c7676..28761fc 100644
--- a/app/assets/stylesheets/scaffolds.css.scss
+++ b/app/assets/stylesheets/scaffolds.css.scss
@@ -72,17 +72,6 @@ div {
list-style: square;
}
}
-hr {
- -moz-border-bottom-colors: none;
- -moz-border-image: none;
- -moz-border-left-colors: none;
- -moz-border-right-colors: none;
- -moz-border-top-colors: none;
- border-color: #999 -moz-use-text-color #FFFFFF;
- border-style: solid none;
- border-width: 1px 0;
- margin: 18px 0;
-}
.navbar-brand {
a{
@@ -94,6 +83,9 @@ hr {
}
}
-#footer{
+footer {
text-align: center;
+ border-top: solid 1px #999999;
+ padding-top: 18px;
+ margin-top: 18px;
}