about summary refs log tree commit diff
path: root/res
diff options
context:
space:
mode:
authorVincent Ambo <viam@humac.com>2012-03-05T23·50+0100
committerVincent Ambo <viam@humac.com>2012-03-05T23·50+0100
commit0418692f07e057e2aa847fb2f5f24e6021a6073e (patch)
tree11be04de3bfd67f38326548e7b7a4e480191846c /res
parentf113778e17be9124615ccc1ba684cb4a832f9408 (diff)
* finished comment field
Diffstat (limited to 'res')
-rw-r--r--res/blogstyle.css15
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;
+}