mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-03 02:24:57 -05:00
updated icons to require a base class .icon
This commit is contained in:
@@ -596,9 +596,14 @@ form.well {
|
||||
|
||||
/* Icons
|
||||
------------------------- */
|
||||
.the-icons {
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
.the-icons i {
|
||||
display: block;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.the-icons i:hover {
|
||||
background-color: rgba(255,0,0,.25);
|
||||
}
|
||||
.the-icons i:after {
|
||||
@@ -606,9 +611,8 @@ form.well {
|
||||
content: attr(class);
|
||||
font-style: normal;
|
||||
margin-left: 20px;
|
||||
width: 100px;
|
||||
width: 140px;
|
||||
}
|
||||
|
||||
#javascript input[type=checkbox] {
|
||||
position: relative;
|
||||
top: -1px;
|
||||
|
||||
Reference in New Issue
Block a user