You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
295 B
CSS
22 lines
295 B
CSS
body {
|
|
font-size:14px;
|
|
font-family:sans-serif;
|
|
font-weight:lighter;
|
|
}
|
|
.small {
|
|
font-family:verdana;
|
|
font-size:12px;
|
|
color: gray;
|
|
font-weight:lighter;
|
|
}
|
|
|
|
.left {float:left}
|
|
.right{float:right}
|
|
.caption {
|
|
font-size:22px;
|
|
margin:4px;
|
|
padding:4px;
|
|
height:24px;
|
|
font-family:sans-serif;
|
|
}
|