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 /dist/css/bootstrap.css | |
| parent | cf40b5db60fa238b24a92567860006c1581261f3 (diff) | |
| download | bootstrap-841da88f3fc93740cca07b6e4581a333d77964f0.tar.xz bootstrap-841da88f3fc93740cca07b6e4581a333d77964f0.zip | |
Remove browser default top margin from dl elements
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 7c9727349..9d73dc82f 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -616,6 +616,7 @@ ol ol { } dl { + margin-top: 0; margin-bottom: 20px; } |
