diff options
| author | Nick Mathewson <nickm@torproject.org> | 2004-02-22 00:18:18 +0000 |
|---|---|---|
| committer | Nick Mathewson <nickm@torproject.org> | 2004-02-22 00:18:18 +0000 |
| commit | 3118c4faf912213683061c76248d70adcee78340 (patch) | |
| tree | d7d3afb7afd5f3230ae4191488d87478afe86b7a /css/pubs.css | |
| parent | 19593ff205af53d2467c68384704fdf3cd12b94e (diff) | |
| download | anonbib-3118c4faf912213683061c76248d70adcee78340.tar.gz | |
Implement a 'draft' article category for submitted but unpublished stuff.
If you create an entry with year=='forthcoming', it will appear in a
year called "Forthcoming", in the CSS class 'draftEntry'.
Add draft-tor-design-2004 as an example.
svn:r88
Diffstat (limited to 'css/pubs.css')
| -rw-r--r-- | css/pubs.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/css/pubs.css b/css/pubs.css index 07d7a37..3bb820f 100644 --- a/css/pubs.css +++ b/css/pubs.css @@ -80,6 +80,24 @@ P.impEntry { margin-bottom: 0; } +DIV.draftEntry { + /* + border-width: 1px; + border-color: black; + border-style: solid; + padding: 0.3em; + margin-top: 0.7em; + margin-bottom: 0; +*/ +} + +P.draftEntry { + color: #555; + padding: 0; + margin-top: 0; + margin-bottom: 0; +} + TABLE.sidebar { border-width: 2px; border-color: black; |
