repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use PHP_VERSION constant instead of phpversion() function call
[mediawiki.git]
/
skins
/
Vector
/
screen-hd.less
blob
8b286f4e1ef3f3a1e96db6e40496e01262c38649
1
/* Vector screen styles for high definition displays */
2
3
@import "variables.less";
4
5
div#content {
6
margin-left: 11em;
7
padding: 1.25em 1.5em 1.5em 1.5em;
8
}
9
#p-logo {
10
left: @menu-main-logo-left;
11
}
12
div#footer {
13
margin-left: 11em;
14
padding: 1.25em;
15
}
16
#mw-panel {
17
padding-left: 0.5em;
18
}
19
#p-search {
20
margin-right: 1em;
21
}
22
#left-navigation {
23
margin-left: 11em;
24
}
25
#p-personal {
26
right: 1em;
27
}
28
#mw-head-base {
29
margin-left: 11em;
30
}