Remove the unneeded horizontal scrollbar
Even on really large screens, the horizontal scrollbar is shown. This is because the `div.related` class has a width of 100% in basic.css and in tweaks.css a border is also defined. This causes the div to be two pixes wider than the screen. Change-Id: I2881d8eca99988ff8372b22aecc1a1a90c66a314
This commit is contained in:
@@ -12,7 +12,6 @@ div.clearer {
|
||||
/* -- relbar ---------------------------------------------------------------- */
|
||||
|
||||
div.related {
|
||||
width: 100%;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user