mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-11 06:25:04 -05:00
Increase margins and line-height on h3; overhaul button dropdown docs
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
// Optional: Group multiple button groups together for a toolbar
|
||||
.btn-toolbar {
|
||||
.clear_float();
|
||||
|
||||
.btn-group {
|
||||
float: left;
|
||||
}
|
||||
|
||||
@@ -65,12 +65,15 @@ h1, h2, h3, h4, h5, h6 {
|
||||
}
|
||||
|
||||
h1,
|
||||
h2 {
|
||||
h2,
|
||||
h3 {
|
||||
margin-top: @line-height-base;
|
||||
margin-bottom: @line-height-base / 2;
|
||||
line-height: @line-height-base * 2;
|
||||
}
|
||||
h3,
|
||||
h3 {
|
||||
line-height: @line-height-base * 1.5;
|
||||
}
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
|
||||
Reference in New Issue
Block a user