2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03: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
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
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 */
+1 -1
View File
File diff suppressed because one or more lines are too long