r93665 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r93664
|
r93665
|
r93666
>
Date:
22:37, 1 August 2011
Author:
inez
Status:
deferred
Tags:
Comment:
Give a minimum height to empty blocks and make sure that blocks are visible in them
Modified paths:
/trunk/parsers/wikidom/lib/es/es.Surface.css
(modified) (
history
)
Diff
[
purge
]
Index: trunk/parsers/wikidom/lib/es/es.Surface.css
—
—
@@ -28,6 +28,7 @@
29
29
margin: 1em;
30
30
margin-top: 0;
31
31
position: relative;
32
+ min-height: 1.5em;
32
33
}
33
34
34
35
.editSurface-list {
—
—
@@ -76,6 +77,7 @@
77
78
background-color: black;
78
79
width: 1px;
79
80
height: 1.5em;
81
+ min-height: 1.5em;
80
82
display: none;
81
83
}
82
84
Status & tagging log
04:30, 2 August 2011
😂
(
talk
|
contribs
)
changed the
status
of r93665
[
removed:
new
added:
deferred]