mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-23 10:45:48 +00:00
run grunt dist
This commit is contained in:
parent
42e78c322b
commit
52266cfdcd
2 changed files with 7 additions and 6 deletions
11
dist/css/bootstrap.css
vendored
11
dist/css/bootstrap.css
vendored
|
|
@ -2881,12 +2881,13 @@ button.close {
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-toggle {
|
.navbar-toggle {
|
||||||
position: absolute;
|
position: relative;
|
||||||
top: 9px;
|
float: right;
|
||||||
right: 10px;
|
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 32px;
|
height: 34px;
|
||||||
padding: 8px 12px;
|
padding: 6px 12px;
|
||||||
|
margin-top: 8px;
|
||||||
|
margin-bottom: 8px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: 1px solid #dddddd;
|
border: 1px solid #dddddd;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
|
||||||
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue