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/main.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/main.css')
| -rw-r--r-- | css/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css index 8b336c9..b14c394 100644 --- a/css/main.css +++ b/css/main.css @@ -49,6 +49,10 @@ UL.expand { margin-bottom: 1em; } +UL.sections { + list-style: none; +} + /* Font-level properties */ PRE { |
