diff options
| author | Mark Otto <[email protected]> | 2011-10-03 22:14:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-03 22:14:50 -0700 |
| commit | a968d300b434598e8c1735f08fc7ad5da9d40033 (patch) | |
| tree | c5c40259e8a6ff2d53cdbac9410abdb48e681386 /lib/patterns.less | |
| parent | 948c59ddb39af2086efeb5c39b3e6b18e8bcb75f (diff) | |
| download | bootstrap-a968d300b434598e8c1735f08fc7ad5da9d40033.tar.xz bootstrap-a968d300b434598e8c1735f08fc7ad5da9d40033.zip | |
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
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index ce387614e..c4469e539 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -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)); |
