clean up responsive media queries and docs css
This commit is contained in:
parent
09b9b8a586
commit
cfc1c8a8cd
6 changed files with 36 additions and 51 deletions
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
|
|
@ -1112,7 +1112,7 @@ table .span12 {
|
|||
width: 924px;
|
||||
margin-left: 0;
|
||||
}
|
||||
[class*="icon-"] {
|
||||
[class^="icon-"] {
|
||||
display: inline-block;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
|
|
@ -1122,7 +1122,7 @@ table .span12 {
|
|||
background-repeat: no-repeat;
|
||||
*margin-right: .3em;
|
||||
}
|
||||
[class*="icon-"]:last-child {
|
||||
[class^="icon-"]:last-child {
|
||||
*margin-left: 0;
|
||||
}
|
||||
.icon-white {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue