diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,9 +1,14 @@ +#comments-widget { + font-family: Lato, FreeSans, Roboto, Helvetica, Sans-Serif; +} + .comment-form { margin-top: 1em; } .comment-form #commentcontent { width: 100%; + font-family: Lato, FreeSans, Roboto, Helvetica, Sans-Serif; } .comment-form #submit { @@ -26,6 +31,14 @@ #submit { width: 100%; } + + #bot { + width: 100%; + } + + #username { + width: 100%; + } } .comment { |