diff options
author | guntasgrewal <guntasgrewal@gmail.com> | 2014-03-03 21:24:45 -0500 |
---|---|---|
committer | guntasgrewal <guntasgrewal@gmail.com> | 2014-03-03 21:24:45 -0500 |
commit | 271f890f06ac94a785f3223d0c44a7fa8b9d74f7 (patch) | |
tree | b3628277be3079937743758e1af65bc5103f2a85 /app/assets | |
parent | b8c14b654255376d79fae55e139a968930be4569 (diff) |
Log out button
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/scaffolds.css.scss | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/app/assets/stylesheets/scaffolds.css.scss b/app/assets/stylesheets/scaffolds.css.scss index 8279f4f..6ec6a8f 100644 --- a/app/assets/stylesheets/scaffolds.css.scss +++ b/app/assets/stylesheets/scaffolds.css.scss @@ -1,13 +1,9 @@ body { - background-color: #EEEEEE; + background-color: #fff; color: #333; font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; line-height: 18px; - - h1, h2, h3, h4, h5{ - color: #0f0f0f; - } } p, ol, ul, td { @@ -71,19 +67,3 @@ 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; -} - -#footer{ - text-align: center; -} |