diff options
| author | Nick Mathewson <nickm@torproject.org> | 2003-05-23 02:38:55 +0000 |
|---|---|---|
| committer | Nick Mathewson <nickm@torproject.org> | 2003-05-23 02:38:55 +0000 |
| commit | a5d4c56336ec216006fe830f630b7de5dde5c67a (patch) | |
| tree | 4fe39099c345876d29d8aeb4afca07101c2a6d5d /css/pubs.css | |
| parent | 4c84657cc6a6cffab2e322c70423e4d3b7977ea9 (diff) | |
| download | anonbib-a5d4c56336ec216006fe830f630b7de5dde5c67a.tar.gz | |
Collapse authors with similar names; make output pass XHTML/CSS validators.
Also some author refactoring.
svn:r30
Diffstat (limited to 'css/pubs.css')
| -rw-r--r-- | css/pubs.css | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/css/pubs.css b/css/pubs.css index 57b654f..07d7a37 100644 --- a/css/pubs.css +++ b/css/pubs.css @@ -29,6 +29,7 @@ SPAN.biblio A { SPAN.bad { text-decoration: underline; + color: #000; background-color: #FDF; } @@ -38,7 +39,7 @@ P.remarks { margin-bottom: 0; margin-left: 5em; padding-left: 0.5em; - border-width: 0 0 0 5; + border-width: 0 0 0 5px; border-color: black; border-style: solid; } @@ -63,7 +64,7 @@ P.entry { } DIV.impEntry { - border-width: 0.1; + border-width: 1px; border-color: black; border-style: solid; background-color: #FFE; @@ -80,7 +81,7 @@ P.impEntry { } TABLE.sidebar { - border-width: 2; + border-width: 2px; border-color: black; border-style: solid; background-color: #CFF; @@ -88,7 +89,7 @@ TABLE.sidebar { TD.bibtex { font-family: lucidatypewriter, "Lucida Typewriter", Monaco, "Lucida Sans Unicode", monospace; - border-width: 2; + border-width: 2px; font-weight: normal; border-color: black; border-style: solid; @@ -99,3 +100,4 @@ PRE.bibtex { font-family: lucidatypewriter, "Lucida Typewriter", Monaco, "Lucida Sans Unicode", monospace; font-size: smaller; } + |
