Readded numbering section to librarian master.css.
authorMarek Stępniowski <marek@stepniowski.com>
Sun, 14 Sep 2008 22:40:04 +0000 (00:40 +0200)
committerMarek Stępniowski <marek@stepniowski.com>
Sun, 14 Sep 2008 22:40:04 +0000 (00:40 +0200)
lib/librarian/bin/master.css

index 2f1ad0b..98e142b 100644 (file)
@@ -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 = */
 /* =================== */