Fixed #671: no text styling on themes
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 15 Jul 2010 10:36:14 +0000 (12:36 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 15 Jul 2010 10:36:14 +0000 (12:36 +0200)
redakcja/static/css/html.css
redakcja/static/css/html_print.css

index ea292f4..8884f08 100644 (file)
@@ -333,11 +333,16 @@ div[x-node] > .uwaga {
     left: auto;
     clear: right;
     width: 10em;
+
+    font-style: normal;
     font-weight: normal;
-    font-size: 13px;
-    line-height: 18px;
     font-variant: normal;
+    letter-spacing: 0;
+    text-transform: none;
     text-decoration: none;
+
+    font-size: 13px;
+    line-height: 18px;
     background-color: #fff;
     /*    border: 1px solid gray;
 
index 8121035..63a2d43 100644 (file)
     color: #777;
     padding: 0 0.5em;
     width: 7.5em;
+
+
     font-style: normal;
     font-weight: normal;
+    font-variant: normal;
+    letter-spacing: 0;
+    text-transform: none;
+    text-decoration: none;
+
     font-size: 16px;
     float: right;
     margin-right: -9.5em;