update both themes for communicator default theme changes up to 2011-02-13 (sync...
[themes.git] / EarlyBlue / communicator / certError.css
index b573e1984a2fe732db8211e5a2c88d284b3ca553..4ba127164f4a95bcb0df1782ef41519422506367 100644 (file)
@@ -14,7 +14,7 @@
  * The Original Code is mozilla.org code.
  *
  * The Initial Developer of the Original Code is
- * Mozilla Corporation.
+ *   the Mozilla Foundation.
  * Portions created by the Initial Developer are Copyright (C) 2008
  * the Initial Developer. All Rights Reserved.
  *
@@ -47,7 +47,7 @@ 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 {
@@ -66,11 +66,10 @@ h2 {
   max-width: 52em;
   margin: 4em auto;
   border: 2px solid #FFFFCC;
-  -moz-border-radius: 10px;
   padding: 3em;
   -moz-padding-start: 30px;
   background: url("chrome://global/skin/icons/sslWarning.png") left 0 no-repeat #9999CC;
-  -moz-background-origin: content;
+  background-origin: content-box;
 }
 
 body[dir="rtl"] #errorPageContainer {