diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-25 23:32:49 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-25 23:32:49 -0600 |
commit | 76aa4bd1efc3db62326fa2c008de568b53b8710e (patch) | |
tree | 9be160a244c592d32a3f0f0e39ad5166e0fb783d /modules/recaptcha | |
parent | 6403becb3f466288192f852d5191d62801e6b6f0 (diff) |
Move comment and recaptcha CSS to their respective modules.
Diffstat (limited to 'modules/recaptcha')
-rw-r--r-- | modules/recaptcha/css/recaptcha.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/recaptcha/css/recaptcha.css b/modules/recaptcha/css/recaptcha.css new file mode 100644 index 00000000..27117a55 --- /dev/null +++ b/modules/recaptcha/css/recaptcha.css @@ -0,0 +1,7 @@ +#g-content #g-comments ul li #g-recaptcha { + padding: 0; +} + +#g-content #g-comments ul li #g-recaptcha div { + padding: 0; +} |