From 503c8444ad47fdea512e7c751601474655bc9819 Mon Sep 17 00:00:00 2001 From: alison benjamin Date: Mon, 29 Aug 2011 19:09:22 +0000 Subject: [PATCH] fixes the little white line that sometimes appears in the header to the mobile theme in firefox by giving the header id a background color --- docs/themes/mobile/mobile.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/themes/mobile/mobile.css b/docs/themes/mobile/mobile.css index 2d63ed31e..0b1be1f4c 100644 --- a/docs/themes/mobile/mobile.css +++ b/docs/themes/mobile/mobile.css @@ -25,10 +25,12 @@ body,ul,li { line-height:2.813em; padding:0; font-size:1.063em; + background-color: #4B6B90; } #header-section-title { text-align: center; + background-image: -webkit-gradient(linear, left top, left bottom, from(#6d8cb3), color-stop(0.5, #6d8cb3), -- 2.17.1