diff options
Diffstat (limited to 'theme/identica/display.css')
-rw-r--r-- | theme/identica/display.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/theme/identica/display.css b/theme/identica/display.css index 52a63a5ae..73acf4012 100644 --- a/theme/identica/display.css +++ b/theme/identica/display.css @@ -145,6 +145,12 @@ textarea:focus, input:focus { color: #91AA9D; } +label.checkbox_label { + display: inline; + font-weight: normal; +} + + #status_textarea { color: #193441; } @@ -186,4 +192,4 @@ textarea:focus, input:focus { .message_single:hover { background-color: #F3F8EA; - }
\ No newline at end of file + } |