mw.loader: Guard against odd setTimeout behaviour in old Firefox
[lhc/web/wiklou.git] / resources / mediawiki / mediawiki.debug.css
index 2cc886b..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;
 }
@@ -61,6 +62,9 @@
        display: inline-block;
        padding: 10px 5px;
        font-size: 13px;
+       /* IE-hack for display: inline-block */
+       zoom: 1;
+       *display:inline;
 }
 
 .mw-debug-panelink {
@@ -176,4 +180,4 @@ a.mw-debug-panelabel:visited {
 /* Cheapo hack to hide the first 3 lines of the backtrace */
 .mw-debug-backtrace li:nth-child(-n+3) {
        display: none;
-}
\ No newline at end of file
+}