diff options
| author | Nick Mathewson <nickm@torproject.org> | 2003-05-20 15:43:38 +0000 |
|---|---|---|
| committer | Nick Mathewson <nickm@torproject.org> | 2003-05-20 15:43:38 +0000 |
| commit | 023a13db0f872156b098cff9e6005875ea368e3d (patch) | |
| tree | a6b95d006a96815439232ddc934d87490f6ecd05 /css/pubs.css | |
| parent | d7d3bf8a3a7413b71d39a12c357d07a47144d7e2 (diff) | |
| download | anonbib-023a13db0f872156b098cff9e6005875ea368e3d.tar.gz | |
Add BibTeX file, by-author listing
svn:r11
Diffstat (limited to 'css/pubs.css')
| -rw-r--r-- | css/pubs.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/css/pubs.css b/css/pubs.css index 7281a1d..971616e 100644 --- a/css/pubs.css +++ b/css/pubs.css @@ -41,3 +41,24 @@ P.l2 { margin-top: 0.3em; margin-bottom: 0.3em; } + +TABLE.sidebar { + border-width: 2; + border-color: black; + border-style: solid; + background-color: #CFF; +} + +TD.bibtex { + font-family: lucidatypewriter, "Lucida Typewriter", Monaco, "Lucida Sans Unicode", monospace; + border-width: 2; + font-weight: normal; + border-color: black; + border-style: solid; + background-color: #DFF; +} + +PRE.bibtex { + font-family: lucidatypewriter, "Lucida Typewriter", Monaco, "Lucida Sans Unicode", monospace; + font-size: smaller; +} |
