0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Fix customizer's toggle buttons' margin

This commit is contained in:
Julian Thilo 2014-01-16 01:19:00 +01:00
parent 5ac8dca8ad
commit 95f24dca9a
4 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1209,7 +1209,7 @@ h1[id] {
.bs-customizer .toggle {
float: right;
margin-top: 85px; /* On account of ghetto navbar fix */
margin-top: 25px;
}
/* Headings and form contrls */

File diff suppressed because one or more lines are too long