Commit 841da88f authored by Mark Otto's avatar Mark Otto

Remove browser default top margin from dl elements

parent cf40b5db
...@@ -616,6 +616,7 @@ ol ol { ...@@ -616,6 +616,7 @@ ol ol {
} }
dl { dl {
margin-top: 0;
margin-bottom: 20px; margin-bottom: 20px;
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -171,6 +171,7 @@ ol { ...@@ -171,6 +171,7 @@ ol {
// Description Lists // Description Lists
dl { dl {
margin-top: 0; // Remove browser default
margin-bottom: @line-height-computed; margin-bottom: @line-height-computed;
} }
dt, dt,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment