diff options
| author | Mark Otto <[email protected]> | 2013-11-30 23:08:41 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-11-30 23:08:41 -0800 |
| commit | 841da88f3fc93740cca07b6e4581a333d77964f0 (patch) | |
| tree | 12b768347f2135d269d3df091ddc7548f5022795 /less | |
| parent | cf40b5db60fa238b24a92567860006c1581261f3 (diff) | |
| download | bootstrap-841da88f3fc93740cca07b6e4581a333d77964f0.tar.xz bootstrap-841da88f3fc93740cca07b6e4581a333d77964f0.zip | |
Remove browser default top margin from dl elements
Diffstat (limited to 'less')
| -rw-r--r-- | less/type.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/type.less b/less/type.less index fdf982fce..ac07ac7ce 100644 --- a/less/type.less +++ b/less/type.less @@ -171,6 +171,7 @@ ol { // Description Lists dl { + margin-top: 0; // Remove browser default margin-bottom: @line-height-computed; } dt, |
