Padding on lists.

git-svn-id: http://svn.automattic.com/wordpress/trunk@138 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2003-06-01 12:08:53 +00:00
parent de71fcebbc
commit cd24189c47

View File

@ -38,6 +38,10 @@ label {
font-weight: bold;
}
li {
margin-bottom: 6px;
}
p {
line-height: 130%;
}