From 84958d131a29d80acea94dec5260b484556e73d0 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 5 Oct 2012 15:22:30 +0100 Subject: Doc style tweaks --- docs/static/css/default.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'docs/static/css') diff --git a/docs/static/css/default.css b/docs/static/css/default.css index 5a73fb99..8401687d 100644 --- a/docs/static/css/default.css +++ b/docs/static/css/default.css @@ -61,6 +61,30 @@ a.github:hover { text-decoration: none; } +/* Footer */ +/* +.footer p { + text-align: center; + color: gray; + border-top: 1px solid #DDD; + padding-top: 10px; +} + +.footer a { + color: gray; + font-weight: bold; +} + +.footer a:hover { + color: gray; +} +*/ + +/* */ +body hr { + border-top: 1px dotted #A30000 +} + /* Force TOC text to not overrun */ #table-of-contents { overflow: hidden; -- cgit v1.2.3