Revert r87173: adds 'wrap: break-word' which seems opposite to what pre blocks are...
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 7 Jun 2011 23:55:10 +0000 (23:55 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 7 Jun 2011 23:55:10 +0000 (23:55 +0000)
skins/vector/screen.css

index 4efc688..64c6587 100644 (file)
@@ -788,11 +788,10 @@ code {
        background-color: #f9f9f9;
 }
 pre {
-       word-wrap: break-word;
        padding: 1em;
-       border: 1px solid #EBEBEB;
+       border: 1px dashed #2f6fab;
        color: black;
-       background-color: #F7F7F7;
+       background-color: #f9f9f9;
        line-height: 1.3em;
 }
 ul {