diff options
| -rw-r--r-- | app/assets/stylesheets/main/entries.scss | 12 | 
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 | } | 
