initial commit

This commit is contained in:
2015-07-09 00:06:31 +03:00
commit 83fb97be4d
10 changed files with 1052 additions and 0 deletions

24
style.css Normal file
View 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;
}