r86450 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r86449
|
r86450
|
r86451
>
Date:
01:42, 20 April 2011
Author:
kaldari
Status:
ok
Tags:
Comment:
fixing
bug 28438
- header links displaying incorrectly in rlt IE9. Also removing redundant padding declaration - padding 0 is already declared for all unordered lists in vector
Modified paths:
/trunk/phase3/skins/vector/screen.css
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/skins/vector/screen.css
—
—
@@ -73,7 +73,6 @@
74
74
#p-personal {
75
75
position: absolute;
76
76
top: 0;
77
- padding-left: 10em;
78
77
right: 0.75em;
79
78
}
80
79
#p-personal h5 {
—
—
@@ -82,7 +81,7 @@
83
82
#p-personal ul {
84
83
list-style: none;
85
84
margin: 0;
86
- padding: 0;
85
+ padding-left: 10em; /* Keep from overlapping logo */
87
86
}
88
87
/* @noflip */
89
88
#p-personal li {
Follow-up revisions
Revision
Commit summary
Author
Date
r87170
1.17: MFT
r85546
,
r86450
,
r86625
,
r86805
,
r86841
,
r86904
,
r86973
,
r87030
catrope
16:57, 30 April 2011
r87353
1.17wmf1: MFT
r85546
,
r86409
,
r86450
,
r86625
,
r86788
,
r86805
,
r86841
,
r86904
,...
catrope
20:27, 3 May 2011
Status & tagging log
19:13, 25 May 2011
Trevor Parscal (WMF)
(
talk
|
contribs
)
changed the
tags
for r86450
[
removed:
trevor]
20:33, 3 May 2011
Catrope
(
talk
|
contribs
)
changed the
tags
for r86450
[
removed:
1.17wmf1]
16:57, 30 April 2011
Catrope
(
talk
|
contribs
)
changed the
tags
for r86450
[
removed:
1.17]
17:08, 25 April 2011
Trevor Parscal (WMF)
(
talk
|
contribs
)
changed the
status
of r86450
[
removed:
new
added:
ok]
19:11, 20 April 2011
Catrope
(
talk
|
contribs
)
changed the
tags
for r86450
[
added:
trevor]
11:56, 20 April 2011
Catrope
(
talk
|
contribs
)
changed the
tags
for r86450
[
added:
1.17,1.17wmf1]