Normalize <ul> styles between browsers and IE7

This commit is contained in:
Saivann 2013-05-26 23:06:07 -04:00
parent 76f9cee1cc
commit deb1c09a2d

View file

@ -67,6 +67,10 @@ pre{
}
ul{
padding-left:20px;
margin-left:0px;
}
ul ul{
list-style-type:disc;
}
li{
padding:5px 0px;