about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/main/records.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/stylesheets/main/records.scss b/app/assets/stylesheets/main/records.scss index 350fb16..47fdfa3 100644 --- a/app/assets/stylesheets/main/records.scss +++ b/app/assets/stylesheets/main/records.scss
@@ -60,6 +60,13 @@
60 } 60 }
61 61
62 &.entry-tag { 62 &.entry-tag {
63 margin-left: 0.5em;
64
65 &:before {
66 content: "#";
67 }
68 }
69
63 & + li { 70 & + li {
64 margin-left: 1em; 71 margin-left: 1em;
65 } 72 }