r89712 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r89711
|
r89712
|
r89713
>
Date:
23:55, 7 June 2011
Author:
brion
Status:
ok
Tags:
Comment:
Revert
r87173
: adds 'wrap: break-word' which seems opposite to what pre blocks are meant to do.
Modified paths:
/trunk/phase3/skins/vector/screen.css
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/skins/vector/screen.css
—
—
@@ -788,11 +788,10 @@
789
789
background-color: #f9f9f9;
790
790
}
791
791
pre {
792
- word-wrap: break-word;
793
792
padding: 1em;
794
- border: 1px solid #EBEBEB;
793
+ border: 1px dashed #2f6fab;
795
794
color: black;
796
- background-color: #F7F7F7;
795
+ background-color: #f9f9f9;
797
796
line-height: 1.3em;
798
797
}
799
798
ul {
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r87173
Bug 27047
: Nicer design for pre elements in Vector
diebuche
19:49, 30 April 2011
Status & tagging log
00:00, 8 June 2011
😂
(
talk
|
contribs
)
changed the
status
of r89712
[
removed:
new
added:
ok]