diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-05-25 13:27:26 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-05-25 13:27:26 +0000 |
commit | a59229f2c41dc5301bc0177dcc01e13785f74b58 (patch) | |
tree | 0f2de8e6a7feb726be92462844281cf1138ef6d0 /skins | |
parent | 66a668aac8eef992f6d8f56786e7849f94bbc7c6 (diff) | |
download | mediawiki-a59229f2c41dc5301bc0177dcc01e13785f74b58.tar mediawiki-a59229f2c41dc5301bc0177dcc01e13785f74b58.tar.gz mediawiki-a59229f2c41dc5301bc0177dcc01e13785f74b58.tar.bz2 mediawiki-a59229f2c41dc5301bc0177dcc01e13785f74b58.tar.xz mediawiki-a59229f2c41dc5301bc0177dcc01e13785f74b58.zip |
no absolute tools bar
Diffstat (limited to 'skins')
-rw-r--r-- | skins/vector/main-ltr.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 78dd1e2..e6dfc82 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -53,9 +53,10 @@ body { background-repeat: repeat-x; } #mw-head { - position: absolute; + /*position: absolute; top: 0; right: 0; + */ width: 100%; } #mw-head h5 { |