* finished comment field

This commit is contained in:
Vincent Ambo 2012-03-06 00:50:53 +01:00
parent f113778e17
commit 0418692f07
4 changed files with 35 additions and 13 deletions

View file

@ -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;
}