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:
Dougal Matthews
2015-04-09 15:15:25 +01:00
parent 7ddfe1c965
commit 33845ab55c

View File

@@ -12,7 +12,6 @@ div.clearer {
/* -- relbar ---------------------------------------------------------------- */
div.related {
width: 100%;
font-size: 90%;
}