From 847be5316aa293695fb250b7af1aff3688b71689 Mon Sep 17 00:00:00 2001 From: Json Shen Date: Tue, 1 May 2012 22:27:54 +0800 Subject: [PATCH 1/2] fix ie the top bar to black issues --- public/stylesheets/style.css | 10 +------- views/layout.html | 48 +++++++++++++++++------------------- 2 files changed, 24 insertions(+), 34 deletions(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f6efb64..3bc7f68 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -474,20 +474,12 @@ a.count:hover { /* custom bootstrap */ .navbar { margin-bottom: 0px; + background-color: #323f4b; } .navbar .container { width: 960px; margin: 0px auto; } -.navbar .navbar-inner{ - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - padding-left: 0px; - padding-right: 0px; - border-radius: 0px; - background-image: none; - background-color: #323f4b; -} .navbar .brand { padding: 7px 0px 0px 20px; width: 150px; diff --git a/views/layout.html b/views/layout.html index 64c350a..53012e8 100644 --- a/views/layout.html +++ b/views/layout.html @@ -27,31 +27,29 @@