mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-25 21:09:06 +02:00
overhaul the grid CSS to make it more durable for tables and forms to use the same sizing methods; need to see about improving this in the future
This commit is contained in:
@@ -981,7 +981,7 @@ input[type=submit].btn {
|
||||
// -----------
|
||||
|
||||
.media-grid {
|
||||
margin-left: -20px;
|
||||
margin-left: -@gridGutterWidth;
|
||||
margin-bottom: 0;
|
||||
.clearfix();
|
||||
li {
|
||||
@@ -990,7 +990,7 @@ input[type=submit].btn {
|
||||
a {
|
||||
float: left;
|
||||
padding: 4px;
|
||||
margin: 0 0 20px 20px;
|
||||
margin: 0 0 @baseline @gridGutterWidth;
|
||||
border: 1px solid #ddd;
|
||||
.border-radius(4px);
|
||||
.box-shadow(0 1px 1px rgba(0,0,0,.075));
|
||||
|
Reference in New Issue
Block a user