diff options
author | Vincent Ambo <viam@humac.com> | 2012-03-05T23·50+0100 |
---|---|---|
committer | Vincent Ambo <viam@humac.com> | 2012-03-05T23·50+0100 |
commit | 0418692f07e057e2aa847fb2f5f24e6021a6073e (patch) | |
tree | 11be04de3bfd67f38326548e7b7a4e480191846c /res | |
parent | f113778e17be9124615ccc1ba684cb4a832f9408 (diff) |
* finished comment field
Diffstat (limited to 'res')
-rw-r--r-- | res/blogstyle.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/res/blogstyle.css b/res/blogstyle.css index 6315ffd06ff1..d8e878b0126a 100644 --- a/res/blogstyle.css +++ b/res/blogstyle.css @@ -63,6 +63,11 @@ body { text-decoration:none;color:black; } +.cHead { + font-size:large; + font-weight:bold; +} + .innerBoxTop { height: 28px; color: #000000; @@ -112,3 +117,13 @@ body { .innerBoxComments { padding-left: 20px } + + +label span { + width: 6%; + float: left; +} + +label input { + display: block; +} |