summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-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;
+}
+*/