diff options
author | Florent Neveu (Captain) <neveu.etna@gmail.com> | 2006-09-19 22:40:19 +0200 |
---|---|---|
committer | Captain <neveu.etna@gmail.com> | 2006-09-19 22:40:19 +0200 |
commit | 181167bb9cddc1856b0fc44cece061153972b25f (patch) | |
tree | 897cf8811f05fb7b07ace1d8a51afdc7ee58b937 | |
parent | submit border (diff) | |
download | web-181167bb9cddc1856b0fc44cece061153972b25f.tar.xz |
comment_body background and border
-rw-r--r-- | blog/themes/typo/phokus_else/stylesheets/phokus.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/blog/themes/typo/phokus_else/stylesheets/phokus.css b/blog/themes/typo/phokus_else/stylesheets/phokus.css index aaa4701..a071313 100644 --- a/blog/themes/typo/phokus_else/stylesheets/phokus.css +++ b/blog/themes/typo/phokus_else/stylesheets/phokus.css @@ -362,8 +362,8 @@ a.comment-link:hover { #comment_url,
#comment_email,
#comment_body {
- background: #c2e5ff;
- border-top: 2px #8ccfff;
+ background: #f9dbab;
+ border-top: 2px #f8cd89;
border-style: solid none none none;
padding: 2px 0;
width: 100%;
|