about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2018-07-03 22:31:21 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2018-07-03 22:31:21 -0400
commit66353403efcc9c0b16c82ea8ab9860ca8a44aa4c (patch)
treed97037763d98d63173606038c63e625344cb9a05
parent1794920731d00d5639f3cf53408d7ef96e22a607 (diff)
downloadthoughts-66353403efcc9c0b16c82ea8ab9860ca8a44aa4c.tar.gz
thoughts-66353403efcc9c0b16c82ea8ab9860ca8a44aa4c.tar.bz2
thoughts-66353403efcc9c0b16c82ea8ab9860ca8a44aa4c.zip
Made stream updates more distinct
-rw-r--r--app/assets/stylesheets/main/entries.scss12
1 files changed, 7 insertions, 5 deletions
diff --git a/app/assets/stylesheets/main/entries.scss b/app/assets/stylesheets/main/entries.scss index 1ac4931..4d884fa 100644 --- a/app/assets/stylesheets/main/entries.scss +++ b/app/assets/stylesheets/main/entries.scss
@@ -62,15 +62,17 @@
62 .stream-update { 62 .stream-update {
63 font-size: 16px; 63 font-size: 16px;
64 padding: 0 20px; 64 padding: 0 20px;
65 border-top: 1px solid #DEDEDE;
66 65
67 .update-posted { 66 .update-posted {
68 display: block; 67 display: block;
69 font-style: italic; 68 font-style: italic;
70 text-align: right; 69 background-color: #EAADEA;
71 color: #989898; 70 font-size: 16px;
72 font-size: 14px; 71 margin: .5em -20px;
73 margin-top: .5em; 72 padding: .5em 20px;
73 border-width: 1px 0 1px 0;
74 border-style: solid;
75 border-color: #DB70DB;
74 } 76 }
75 } 77 }
76} 78}