From 699bd065c06689a159c11ac3aacef6b34001617c Mon Sep 17 00:00:00 2001 From: Tomer Kimia Date: Sun, 2 Mar 2014 12:00:52 -0500 Subject: new homepage, better css --- app/assets/stylesheets/scaffolds.css.scss | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'app/assets/stylesheets/scaffolds.css.scss') diff --git a/app/assets/stylesheets/scaffolds.css.scss b/app/assets/stylesheets/scaffolds.css.scss index 7561529..8279f4f 100644 --- a/app/assets/stylesheets/scaffolds.css.scss +++ b/app/assets/stylesheets/scaffolds.css.scss @@ -1,12 +1,12 @@ body { - background-color: #909090; + background-color: #EEEEEE; color: #333; font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; line-height: 18px; h1, h2, h3, h4, h5{ - color: #F0F0F0; + color: #0f0f0f; } } @@ -72,6 +72,17 @@ div { } } +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; -- cgit v1.2.3-54-g00ecf