aboutsummaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/pubs.css18
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;