diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-07 00:07:56 -0500 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-07 00:07:56 -0500 |
| commit | de217df62df5725450ba7fd0084a00a8ebe24599 (patch) | |
| tree | 05208dffcf49ba15dfc5515b35f289fd30df1b90 /app | |
| parent | e5bfdbdcd456bec8cb0e1f2b870bde00194e5db2 (diff) | |
| download | thoughts-de217df62df5725450ba7fd0084a00a8ebe24599.tar.gz thoughts-de217df62df5725450ba7fd0084a00a8ebe24599.tar.bz2 thoughts-de217df62df5725450ba7fd0084a00a8ebe24599.zip | |
Fixed quotes datetime CSS
Diffstat (limited to 'app')
| -rw-r--r-- | app/assets/stylesheets/quotes/layout.css.sass | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/assets/stylesheets/quotes/layout.css.sass b/app/assets/stylesheets/quotes/layout.css.sass index 0b102db..0f4a87f 100644 --- a/app/assets/stylesheets/quotes/layout.css.sass +++ b/app/assets/stylesheets/quotes/layout.css.sass | |||
| @@ -80,7 +80,7 @@ body | |||
| 80 | font-weight: bold | 80 | font-weight: bold |
| 81 | .quote-link | 81 | .quote-link |
| 82 | font-weight: bold | 82 | font-weight: bold |
| 83 | datetime | 83 | time |
| 84 | font-size: 80% | 84 | font-size: 80% |
| 85 | .quote-edit-link | 85 | .quote-edit-link |
| 86 | font-size: 0.9em | 86 | font-size: 0.9em |
