summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/style.css b/style.css
index c6f0172..503f976 100644
--- a/style.css
+++ b/style.css
@@ -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
+}