From 75078c0bd493cdb7b34f94598bff327bd09c44f0 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 10 Jan 2011 11:21:01 -0500 Subject: header style fix minor tweak to the header and gradient for the header --- install/static/ipa.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') diff --git a/install/static/ipa.css b/install/static/ipa.css index 0ed46d1ca..c0fc863d6 100644 --- a/install/static/ipa.css +++ b/install/static/ipa.css @@ -15,6 +15,7 @@ body{ background-image:url('outer-bg.png'); background-repeat:repeat-x; background-position:left top; + background-color:#F9F9F9; border-width: 0; font-family:"Liberation Sans",Arial,Sans; font-size:11px; @@ -258,7 +259,6 @@ span.attrhint { } .ui-widget-content { - background: -moz-linear-gradient(top, #F9F9F9, #fff); } -- cgit