diff options
author | dan <[email protected]> | 2023-05-16 17:22:22 -0400 |
---|---|---|
committer | dan <[email protected]> | 2023-05-16 17:22:22 -0400 |
commit | 56a08c8bfdd863d36aba80e7aab15f3feb9cb332 (patch) | |
tree | dd93a235c7995e746cb916194ac9450601f98475 /style.css | |
parent | 841900a18847f2c301c74b1eba0645476bd0bcbc (diff) | |
download | simple-comments-widget-56a08c8bfdd863d36aba80e7aab15f3feb9cb332.tar.gz simple-comments-widget-56a08c8bfdd863d36aba80e7aab15f3feb9cb332.tar.bz2 simple-comments-widget-56a08c8bfdd863d36aba80e7aab15f3feb9cb332.zip |
restyle
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 { |