update both themes to state of suite default trunk of 2010-11-14
[themes.git] / LCARStrek / communicator / certError.css
index d126e23f4def6a215da19bc887cff4ab94660280..4a314494c59e012bb2e4af8b375286bdd8b0ede6 100644 (file)
@@ -47,7 +47,7 @@ body {
   margin: 0;
   padding: 0 1em;
   color: #FF9F00;
-  font: 12px helvetica,arial,tahoma,sans-serif;
+  font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
 }
 
 h1 {
@@ -61,7 +61,7 @@ h2 {
   font-size: 130%;
   background-color: #9C9CFF;
   color: #000000;
-  -moz-border-radius: 8px;
+  border-radius: 8px;
   -moz-padding-start: 10px;
 }
 
@@ -71,11 +71,11 @@ h2 {
   max-width: 52em;
   margin: 4em auto;
   border: 2px solid #FFCF00;
-  -moz-border-radius: 10px;
+  border-radius: 10px;
   padding: 3em;
   -moz-padding-start: 30px;
   background: url("chrome://global/skin/icons/sslWarning.png") left 0 no-repeat #000000;
-  -moz-background-origin: content;
+  background-origin: content-box;
 }
 
 body[dir="rtl"] #errorPageContainer {