Skip to content

Commit 35318d5

Browse files
committed
base.css: Fix missing top-margin on p, ul, ol
Problem: http://cl.ly/image/0h1Y0I3C3e2q Solved: http://cl.ly/image/0t1E1P2o423k
1 parent 904fbd7 commit 35318d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/jquery/css/base.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ h4 { font-size: 14px; }
136136

137137
p, ul, ol {
138138
line-height: 18px;
139-
margin: 0 0 15px 0;
139+
margin: 1em 0;
140140
}
141141

142142
ul li, ol li {

0 commit comments

Comments
 (0)