1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 12:50:04 +08:00

Change the padding to 20px

This commit is contained in:
wsdjeg 2017-09-15 21:55:54 +08:00
parent a236bda124
commit 0c5e3b484b

View File

@ -87,7 +87,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 40px; }
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; }