From 266b63f7501dc8eb4ab1989a7b968559bf5a1fef Mon Sep 17 00:00:00 2001 From: vdv73rus Date: Thu, 14 Feb 2013 11:16:22 +0400 Subject: [PATCH] Return border styles from old site. --- app/assets/stylesheets/custom.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/custom.css b/app/assets/stylesheets/custom.css index 4be6dfaa..813c2252 100644 --- a/app/assets/stylesheets/custom.css +++ b/app/assets/stylesheets/custom.css @@ -21,7 +21,7 @@ h1 { margin-bottom: 20px !important; } header { - border-top: 3px solid #fe781e; + border: none !important; } header .info { padding-top: 44px; @@ -54,6 +54,10 @@ header .info h3 .color { text-align: center !important; padding: 0 !important; } +.border { + height: 4px !important; + background: #7c7852 !important; +} footer { position: relative; margin-top: -96px;