Browse Source

Fixed another CSS typo.

default 1 year ago
parent
commit
76aa8649b5
2 changed files with 4 additions and 2 deletions
  1. 3 1
      doc/style.css
  2. 1 1
      utils.c

+ 3 - 1
doc/style.css

@@ -7,7 +7,7 @@ img { max-width: 100% }
 .snac-top-user-id { font-size: 150% }
 .snac-avatar { float: left; height: 2.5em; padding: 0.25em }
 .snac-author { font-size: 90%; text-decoration: none }
-.snac-author-tag { font-size: 90% }
+.snac-author-tag { font-size: 80% }
 .snac-pubdate { color: #a0a0a0; font-size: 90% }
 .snac-top-controls { padding-bottom: 1.5em }
 .snac-post { border-top: 1px solid #a0a0a0; }
@@ -15,7 +15,9 @@ img { max-width: 100% }
 .snac-textarea { font-family: inherit; width: 95% }
 .snac-history { border: 1px solid #606060; border-radius: 3px; margin: 2.5em 0; padding: 0 2em }
 .snac-btn-mute { float: right; margin-left: 0.5em }
+.snac-btn-unmute { float: right; margin-left: 0.5em }
 .snac-btn-follow { float: right; margin-left: 0.5em }
 .snac-btn-unfollow { float: right; margin-left: 0.5em }
+.snac-btn-hide { float: right; margin-left: 0.5em }
 .snac-btn-delete { float: right; margin-left: 0.5em }
 .snac-footer { margin-top: 2em; font-size: 75% }

+ 1 - 1
utils.c

@@ -39,7 +39,7 @@ const char *default_css =
     ".snac-top-user-id { font-size: 150% }\n"
     ".snac-avatar { float: left; height: 2.5em; padding: 0.25em }\n"
     ".snac-author { font-size: 90%; text-decoration: none }\n"
-    ".snac-author-tag { font-size: 90% }\n"
+    ".snac-author-tag { font-size: 80% }\n"
     ".snac-pubdate { color: #a0a0a0; font-size: 90% }\n"
     ".snac-top-controls { padding-bottom: 1.5em }\n"
     ".snac-post { border-top: 1px solid #a0a0a0; }\n"