mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Normalize <ul> styles between browsers and IE7
This commit is contained in:
parent
76f9cee1cc
commit
deb1c09a2d
1 changed files with 4 additions and 0 deletions
|
@ -67,6 +67,10 @@ pre{
|
||||||
}
|
}
|
||||||
ul{
|
ul{
|
||||||
padding-left:20px;
|
padding-left:20px;
|
||||||
|
margin-left:0px;
|
||||||
|
}
|
||||||
|
ul ul{
|
||||||
|
list-style-type:disc;
|
||||||
}
|
}
|
||||||
li{
|
li{
|
||||||
padding:5px 0px;
|
padding:5px 0px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue