25 lines
300 B
CSS
25 lines
300 B
CSS
body {
|
|
color: #333;
|
|
font-family: Arial,Helvetica,sans-serif;
|
|
font-size: 100%;
|
|
}
|
|
|
|
body warn {
|
|
color: #FF0000;
|
|
}
|
|
|
|
label {
|
|
display: block;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
button {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.boxed {
|
|
background: #ECF4FF none repeat scroll 0 0;
|
|
border: 1px solid green;
|
|
padding: 6px;
|
|
}
|