mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:50:06 +08:00
Fix ul padding
This commit is contained in:
parent
e686393b35
commit
73dff08d7e
@ -93,7 +93,7 @@ dl, menu, ol, ul { margin: 1em 0; }
|
||||
dd { margin: 0 0 0 40px; }
|
||||
|
||||
/* Addresses paddings set differently in IE6/7 */
|
||||
menu, ol, ul { padding: 0 0 0 8px; }
|
||||
menu, ol, ul { padding: 0 0 0 20px; }
|
||||
|
||||
/* Corrects list images handled incorrectly in IE7 */
|
||||
nav ul, nav ol { list-style: none; list-style-image: none; }
|
||||
|
Loading…
Reference in New Issue
Block a user