Moved to bs 3.1.1.
This commit is contained in:
parent
bd8cd78ba8
commit
ba890641c9
2 changed files with 1315 additions and 2643 deletions
3947
app/assets/stylesheets/bootstrap.css
vendored
3947
app/assets/stylesheets/bootstrap.css
vendored
File diff suppressed because it is too large
Load diff
|
@ -91,7 +91,7 @@ table th, table td {
|
|||
}
|
||||
|
||||
.content-one {
|
||||
top: 80px;
|
||||
top: 78px;
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
/*
|
||||
|
@ -109,7 +109,7 @@ table th, table td {
|
|||
}
|
||||
|
||||
.content-fix {
|
||||
top: 80px;
|
||||
top: 78px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
@ -144,7 +144,7 @@ table th, table td {
|
|||
}
|
||||
|
||||
.content-two {
|
||||
top: 80px;
|
||||
top: 78px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
@ -481,6 +481,10 @@ h5 {
|
|||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
/* to show checkboxes below in getting_started */
|
||||
.form-stacked .form-group .checkbox label {
|
||||
display: block
|
||||
}
|
||||
/*
|
||||
* bootstrap changes
|
||||
*/
|
||||
|
@ -869,6 +873,7 @@ footer {
|
|||
}
|
||||
|
||||
.navbar-brand {
|
||||
height: auto;
|
||||
line-height: 18px;
|
||||
font-weight: 200;
|
||||
padding-top: 13px;
|
||||
|
|
Loading…
Reference in a new issue