mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
big update to change the alerts, normal and block level, to have simpler css and new colors independent of the base color scheme
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
.row {
|
||||
.clearfix();
|
||||
margin: 0 -20px;
|
||||
margin-left: -20px;
|
||||
|
||||
// Default columns
|
||||
.span1,
|
||||
@@ -28,9 +28,9 @@
|
||||
.span14,
|
||||
.span15,
|
||||
.span16 {
|
||||
display: inline;
|
||||
float: left;
|
||||
margin-left: 20px;
|
||||
*display: inline; // IE6 double margin bug fix.
|
||||
}
|
||||
|
||||
// Default columns
|
||||
|
||||
Reference in New Issue
Block a user