fixed <ul> inside <ol> & submit/cancel buttons

- probably a silly way of doing the submit
This commit is contained in:
Howland Owl 2014-04-16 11:14:16 +03:00
parent 438b3f680d
commit 00f3e0ef33
3 changed files with 47 additions and 30 deletions

View file

@ -26,6 +26,10 @@ label {
font-size: 10;
}
div ul li{
list-style-type: none
}
#list {
border: 1px solid black;
}