From 1e2849c5a5d071390b21e4ec766f29056828803d Mon Sep 17 00:00:00 2001 From: Baptiste Mille-Mathias Date: Thu, 3 Nov 2011 23:05:29 -0200 Subject: [PATCH] decreased the margin of horizontal rules in documentation --- data/skin/lgo2010.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/skin/lgo2010.css b/data/skin/lgo2010.css index 25841f6..bb86c13 100644 --- a/data/skin/lgo2010.css +++ b/data/skin/lgo2010.css @@ -37,6 +37,10 @@ h1.subindex { #subindex-gdp { background-image: url(icons/gdp-96.png); } #subindex-gnome-devel { background-image: url(icons/gnome-development-96.png); } +.refentry hr { + margin: 10px 0; +} + div.sidebar dt, div.toc dt { font-size: 100%;