patch from fomafix - bug33703 - remove black border-bottom-color for abbr
[lhc/web/wiklou.git] / skins / common / commonElements.css
index 1c26b1d..5590bfa 100644 (file)
@@ -148,7 +148,7 @@ p img {
 ul {
        line-height: 1.5em;
        list-style-type: square;
-       margin: .3em 0 0 1.5em;
+       margin: .3em 0 0 1.6em;
        padding: 0;
 }
 ol {
@@ -170,7 +170,7 @@ dl {
 }
 dd {
        line-height: 1.5em;
-       margin-left: 2em;
+       margin-left: 1.6em;
        margin-bottom: .1em;
 }
 
@@ -185,10 +185,10 @@ blockquote {
 }*/
 pre, code, tt, kbd, samp {
        /*
-        * It's important for this rule to first reference an actual font name, some browsers will render the monospace text
-        * too small otherwise, namely Firefox, Chrome and Safari
+        * Some browsers will render the monospace text too small, namely Firefox, Chrome and Safari.
+        * Specifying any valid, second value will trigger correct behaviour without forcing a different font.
         */
-       font-family: monospace, "Courier New";
+       font-family: monospace, Courier;
 }
 code {
        background-color: #f9f9f9;