summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-02-27 22:14:54 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-02-27 22:14:54 +0100
commit5e56d0c6a8f8fb4807626b2699b8785a87dd2d86 (patch)
treeeb9ecf8669881d7cc428c1e294451c8abdff8b1f
parent0030534b0106f201a978c0c9dca9e0579c2b9aef (diff)
Add some experimental stylesheet rules to bookmarx.css.
-rw-r--r--static/style/bookmarx.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/static/style/bookmarx.css b/static/style/bookmarx.css
index f200c9d..ac7cc96 100644
--- a/static/style/bookmarx.css
+++ b/static/style/bookmarx.css
@@ -7,4 +7,15 @@
.bookmark-description {
margin-left: 1.5em;
+ margin-bottom: 1em;
}
+
+/*
+.bookmark-description p {
+ margin-bottom: 0;
+}
+.bookmark-description p + p {
+ text-indent: 1.5em;
+ margin-top: 0;
+}
+*/