diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-07-07 16:33:01 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-07-07 16:33:01 -0400 |
commit | a4779bdb3baf50b477bbe166f7b1d873d75e506f (patch) | |
tree | 5bec7d1c51a28a625831f75203e14531d8b7233e /app/assets/stylesheets | |
parent | 42d9db526d3aef2e08848d6bc587feaf3700db42 (diff) | |
download | thoughts-a4779bdb3baf50b477bbe166f7b1d873d75e506f.tar.gz thoughts-a4779bdb3baf50b477bbe166f7b1d873d75e506f.tar.bz2 thoughts-a4779bdb3baf50b477bbe166f7b1d873d75e506f.zip |
Fixed tag-related CSS
refs #2
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/main/records.scss | 7 |
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 | } |