From: Marek Stępniowski Date: Sun, 14 Sep 2008 22:40:04 +0000 (+0200) Subject: Readded numbering section to librarian master.css. X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/efc5282c551606d9f59924698dd75ab0cc0c699c Readded numbering section to librarian master.css. --- 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 = */ /* =================== */