about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2018-07-07 16:33:01 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2018-07-07 16:33:01 -0400
commita4779bdb3baf50b477bbe166f7b1d873d75e506f (patch)
tree5bec7d1c51a28a625831f75203e14531d8b7233e
parent42d9db526d3aef2e08848d6bc587feaf3700db42 (diff)
downloadthoughts-a4779bdb3baf50b477bbe166f7b1d873d75e506f.tar.gz
thoughts-a4779bdb3baf50b477bbe166f7b1d873d75e506f.tar.bz2
thoughts-a4779bdb3baf50b477bbe166f7b1d873d75e506f.zip
Fixed tag-related CSS
refs #2
-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 }