summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDougal Matthews <dougal@redhat.com>2015-04-09 15:15:25 +0100
committerDougal Matthews <dougal@redhat.com>2015-04-09 15:17:40 +0100
commit33845ab55c238fffe746969600da5233e8c5e94b (patch)
treef72c0350d6685c65ef2a56aefffe4297ff9ec771
parent7ddfe1c965474f28a5a4a25062e0c35243ad6452 (diff)
downloadoslosphinx-33845ab55c238fffe746969600da5233e8c5e94b.tar.gz
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
-rw-r--r--oslosphinx/theme/openstack/static/basic.css1
1 files changed, 0 insertions, 1 deletions
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%;
}