diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -98,8 +98,8 @@ tr:nth-child(even) { margin-top: 2px; } -.author { - font-size: 12pt; +.post-info { + font-size: 0.8em; } .new-post-form { @@ -152,3 +152,9 @@ textarea { font-size: 1em; font-family: Lato, FreeSans, Roboto, Helvetica, Sans-Serif; } + +.delete-button { + margin-left:2px; + float:right; + font-size:0.8em +} |