fixed css in chrome

This commit is contained in:
tanabe 2011-05-19 00:54:21 +09:00
parent 07e0011547
commit d8e0f2fe28
1 changed files with 7 additions and 0 deletions

View File

@ -176,6 +176,13 @@ table#reference td {
#reference ol,
#reference blockquote {
margin: 0;
padding: 0;
padding-left: 0;
list-style-position: inside;
}
#reference ul li,
#reference ol li {
padding-left: 0;
}