fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfcfd59
)
Readded numbering section to librarian master.css.
author
Marek Stępniowski
<marek@stepniowski.com>
Sun, 14 Sep 2008 22:40:04 +0000
(
00:40
+0200)
committer
Marek Stępniowski
<marek@stepniowski.com>
Sun, 14 Sep 2008 22:40:04 +0000
(
00:40
+0200)
lib/librarian/bin/master.css
patch
|
blob
|
history
diff --git
a/lib/librarian/bin/master.css
b/lib/librarian/bin/master.css
index
2f1ad0b
..
98e142b
100644
(file)
--- 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 = */
/* =================== */