diff options
| author | Mark Otto <[email protected]> | 2012-02-10 23:07:32 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-10 23:07:32 -0800 |
| commit | d7aefe67e3df78bde61eaa7ecab807bb03aeb1ef (patch) | |
| tree | e4651bdb92a13d886fa3856c3248e1adf51f0e75 /docs/assets/css/bootstrap.css | |
| parent | c10661cf5d5e84bf840c0f2404218c0bc08add27 (diff) | |
| download | bootstrap-d7aefe67e3df78bde61eaa7ecab807bb03aeb1ef.tar.xz bootstrap-d7aefe67e3df78bde61eaa7ecab807bb03aeb1ef.zip | |
scope th bottom vertical-align to only thead, update code styles to include more comments in less file and scrollable option for pre tag
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 0b622d7d4..144783be4 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -374,8 +374,7 @@ ol { li { line-height: 18px; } -ul.unstyled, -ol.unstyled { +ul.unstyled, ol.unstyled { margin-left: 0; list-style: none; } @@ -499,6 +498,10 @@ pre code { background-color: transparent; border: 0; } +.pre-scrollable { + max-height: 340px; + overflow-y: scroll; +} form { margin: 0 0 18px; } @@ -1004,14 +1007,14 @@ table { padding: 8px; line-height: 18px; text-align: left; + vertical-align: top; border-top: 1px solid #ddd; } .table th { font-weight: bold; - vertical-align: bottom; } -.table td { - vertical-align: top; +.table thead th { + vertical-align: bottom; } .table thead:first-child tr th, .table thead:first-child tr td { border-top: 0; |
