From 33845ab55c238fffe746969600da5233e8c5e94b Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Thu, 9 Apr 2015 15:15:25 +0100 Subject: [PATCH] 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 --- oslosphinx/theme/openstack/static/basic.css | 1 - 1 file changed, 1 deletion(-) diff --git a/oslosphinx/theme/openstack/static/basic.css b/oslosphinx/theme/openstack/static/basic.css index cc289c8..f64795d 100644 --- a/oslosphinx/theme/openstack/static/basic.css +++ b/oslosphinx/theme/openstack/static/basic.css @@ -12,7 +12,6 @@ div.clearer { /* -- relbar ---------------------------------------------------------------- */ div.related { - width: 100%; font-size: 90%; }