From efc5282c551606d9f59924698dd75ab0cc0c699c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20St=C4=99pniowski?= Date: Mon, 15 Sep 2008 00:40:04 +0200 Subject: [PATCH] Readded numbering section to librarian master.css. --- lib/librarian/bin/master.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/lib/librarian/bin/master.css b/lib/librarian/bin/master.css index 2f1ad0b80..98e142b9f 100644 --- a/lib/librarian/bin/master.css +++ b/lib/librarian/bin/master.css @@ -84,6 +84,26 @@ p { margin-left: 2.5em; } + +/* ============= */ +/* = Numbering = */ +/* ============= */ +.anchor { + float: left; + margin: -0.2em -0.5em -0.2em -3.5em; + color: #777; + font-size: 12px; + width: 2em; + text-align: center; + padding: 0.2em 0.5em; +} + +.anchor:hover, .anchor:active { + color: #FFF; + background-color: #CCC; +} + + /* =================== */ /* = Custom elements = */ /* =================== */ -- 2.20.1