mw.loader: Guard against odd setTimeout behaviour in old Firefox
[lhc/web/wiklou.git] / resources / mediawiki / mediawiki.debug.css
index cff2e6e..513cb84 100644 (file)
@@ -1,12 +1,10 @@
 .mw-debug {
        width: 100%;
-       text-align: left;
        background-color: #eee;
        border-top: 1px solid #aaa;
 }
 
 .mw-debug pre {
-       font-family: Monaco, "Consolas", "Lucida Console", "Courier New", monospace;
        font-size: 11px;
        padding: 0;
        margin: 0;
        background-color: #f9f9f9;
 }
 
-.mw-debug table td {
+.mw-debug table td, .mw-debug table th  {
        padding: 4px 10px;
+}
+
+.mw-debug table td {
        border-bottom: 1px solid #eee;
        word-wrap: break-word;
 }