improve tab strip styling slightly
[themes.git] / EarlyBlue / global / netError.css
index c681efd479d7314d0db08de5fb951a5d6c70b9a2..c3c213a748d90036ae1676ed662e8b14b500bf92 100644 (file)
@@ -15,11 +15,11 @@ body {
   margin: 0;
   padding: 0 1em;
   color: #000000;
-  font: 12px helvetica,arial,tahoma,sans-serif;
+  font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
 }
 
 h1 {
-  margin: 0 0 .6em 0;
+  margin: 0 0 .6em;
   border-bottom: 1px solid #666699;
   font-size: 160%;
 }
@@ -48,7 +48,7 @@ ul {
   padding: 3em;
   -moz-padding-start: 30px;
   background: url("chrome://global/skin/icons/alert-exclam.gif") left 0 no-repeat #9999CC;
-  -moz-background-origin: content;
+  background-origin: content-box;
 }
 
 #errorPageContainer.certerror {