diff options
| author | Mark Otto <[email protected]> | 2011-05-03 17:35:08 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-05-03 17:35:08 -0700 |
| commit | a6d5f6743f41c0e62fa7e97dc7faa5d1a47f2456 (patch) | |
| tree | b9e56589a183d74015bd36e701ebc17aaaba2308 /less/docs.less | |
| parent | bb8ebe2312e4424a4e40974f0f21dd008064f736 (diff) | |
| download | bootstrap-a6d5f6743f41c0e62fa7e97dc7faa5d1a47f2456.tar.xz bootstrap-a6d5f6743f41c0e62fa7e97dc7faa5d1a47f2456.zip | |
Changing up boostrap for better grid variable management and grid structuring
Diffstat (limited to 'less/docs.less')
| -rw-r--r-- | less/docs.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/less/docs.less b/less/docs.less index b10eb29a0..0f17c5083 100644 --- a/less/docs.less +++ b/less/docs.less @@ -121,6 +121,7 @@ section { margin-left: -490px; } #grid div.vert { + #translucent > .background(#00CED1, .075); width: 39px; border: solid darkturquoise; border-width: 0 1px; @@ -130,7 +131,7 @@ section { margin-left: 19px; } #grid div.horiz { - height: 19px; + height: @baseline - 1; border-bottom: 1px solid rgba(255,0,0,.1); margin: 0; padding: 0; |
