about summary refs log tree commit diff stats
path: root/app/assets/stylesheets/main
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-05-12 14:01:39 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-05-12 14:01:39 -0400
commit1d78ba374d5fa61ddba63db7a1c4c159e3e6a7af (patch)
treebda6326830ab28f393fac6b8ac5215e207e37c36 /app/assets/stylesheets/main
parent782df588c95e2c998081ca5bb65d2302bb5ba155 (diff)
downloadthoughts-1d78ba374d5fa61ddba63db7a1c4c159e3e6a7af.tar.gz
thoughts-1d78ba374d5fa61ddba63db7a1c4c159e3e6a7af.tar.bz2
thoughts-1d78ba374d5fa61ddba63db7a1c4c159e3e6a7af.zip
Markdownify streams & updates
Also added an edit link to updates.
Diffstat (limited to 'app/assets/stylesheets/main')
-rw-r--r--app/assets/stylesheets/main/entries.scss11
1 files changed, 10 insertions, 1 deletions
diff --git a/app/assets/stylesheets/main/entries.scss b/app/assets/stylesheets/main/entries.scss index 4afd15d..6ccaf7e 100644 --- a/app/assets/stylesheets/main/entries.scss +++ b/app/assets/stylesheets/main/entries.scss
@@ -153,7 +153,6 @@
153 153
154 .update-posted { 154 .update-posted {
155 display: block; 155 display: block;
156 font-style: italic;
157 background-color: #EAADEA; 156 background-color: #EAADEA;
158 font-size: 16px; 157 font-size: 16px;
159 margin: .5em -20px; 158 margin: .5em -20px;
@@ -161,6 +160,16 @@
161 border-width: 1px 0 1px 0; 160 border-width: 1px 0 1px 0;
162 border-style: solid; 161 border-style: solid;
163 border-color: #DB70DB; 162 border-color: #DB70DB;
163
164 time {
165 font-style: italic;
166 }
167
168 .update-edit-link {
169 float: right;
170 color: blue;
171 font-weight: normal;
172 }
164 } 173 }
165 } 174 }
166} 175}