r54601 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r54600
|
r54601
|
r54602
>
Date:
21:02, 7 August 2009
Author:
tparscal
Status:
resolved (
Comments
)
Tags:
Comment:
Changed from using point to em units for font size.
Modified paths:
/trunk/phase3/skins/vector/main-ltr.css
(modified) (
history
)
/trunk/phase3/skins/vector/main-rtl.css
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/skins/vector/main-ltr.css
—
—
@@ -21,7 +21,7 @@
22
22
margin: 0;
23
23
padding: 0;
24
24
font-family: sans-serif;
25
- font-size: 9.75pt;
25
+ font-size: 0.9em;
26
26
}
27
27
body {
28
28
background-color: #f3f3f3;
—
—
@@ -425,7 +425,7 @@
426
426
/* Logo */
427
427
#p-logo {
428
428
position: absolute;
429
- top: 0;
429
+ top: -12em;
430
430
left: 0;
431
431
height: 12em;
432
432
width: 12em;
Index: trunk/phase3/skins/vector/main-rtl.css
—
—
@@ -21,7 +21,7 @@
22
22
margin: 0;
23
23
padding: 0;
24
24
font-family: sans-serif;
25
- font-size: 9.75pt;
25
+ font-size: 0.9em;
26
26
}
27
27
body {
28
28
background-color: #f3f3f3;
—
—
@@ -425,7 +425,7 @@
426
426
/* Logo */
427
427
#p-logo {
428
428
position: absolute;
429
- top: 0;
429
+ top: -12em;
430
430
right: 0;
431
431
height: 12em;
432
432
width: 12em;
Follow-up revisions
Revision
Commit summary
Author
Date
r54742
Merge some fixes to Vector skin from trunk:...
brion
20:57, 10 August 2009
Comments
#
Comment by
Trevor Parscal (WMF)
(
talk
|
contribs
)
21:04, 7 August 2009
Needs
r54602
as well (should have been committed together)
Status & tagging log
01:08, 18 January 2012
Siebrand
(
talk
|
contribs
)
changed the
tags
for r54601
[
removed:
wmf-deployment]
16:45, 27 October 2009
Catrope
(
talk
|
contribs
)
changed the
tags
for r54601
[
removed:
acaifix]
20:52, 10 August 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r54601
[
removed:
new
added:
resolved]
20:52, 10 August 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
tags
for r54601
[
added:
wmf-deployment]
21:04, 7 August 2009
Trevor Parscal (WMF)
(
talk
|
contribs
)
changed the
tags
for r54601
[
added:
acaifix]