1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:40:06 +08:00

Fix ul padding

This commit is contained in:
Shidong Wang 2019-02-23 16:46:54 +08:00
parent e686393b35
commit 73dff08d7e

View File

@ -93,7 +93,7 @@ dl, menu, ol, ul { margin: 1em 0; }
dd { margin: 0 0 0 40px; } dd { margin: 0 0 0 40px; }
/* Addresses paddings set differently in IE6/7 */ /* 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 */ /* Corrects list images handled incorrectly in IE7 */
nav ul, nav ol { list-style: none; list-style-image: none; } nav ul, nav ol { list-style: none; list-style-image: none; }