diff options
Diffstat (limited to 'static/style')
-rw-r--r-- | static/style/bookmarx.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/static/style/bookmarx.css b/static/style/bookmarx.css new file mode 100644 index 0000000..f200c9d --- /dev/null +++ b/static/style/bookmarx.css @@ -0,0 +1,10 @@ +.bookmark-date-and-owner { + font-style: oblique; + color: #555; + /* text-indent: 1.5em; */ + /* margin-left: 1.5em; */ +} + +.bookmark-description { + margin-left: 1.5em; +} |