initial commit
This commit is contained in:
24
style.css
Normal file
24
style.css
Normal file
@@ -0,0 +1,24 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user