diff options
| author | Mark Otto <[email protected]> | 2011-10-17 23:45:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-17 23:45:35 -0700 |
| commit | 369b9720c6090985c678076eebb59c080c0ed27c (patch) | |
| tree | 1aa41ff88d7df47dca598d98bef68efeb4f5aa0e /docs/assets/css | |
| parent | ae5c5e10635049c65d73454ca9486539bdf324d4 (diff) | |
| download | bootstrap-369b9720c6090985c678076eebb59c080c0ed27c.tar.xz bootstrap-369b9720c6090985c678076eebb59c080c0ed27c.zip | |
adding responsive stuff to docs to stub that out, updated type to make ul and ol margins match p tags
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/docs.css | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index bbf71ab77..2d0b87fe2 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -309,7 +309,7 @@ pre.prettyprint { /* Make tables spaced out a bit more */ h2 + table { - margin-top: 10px; + margin-top: 5px; } /* Responsive Docs @@ -347,3 +347,18 @@ h2 + table { } } + + +.supported-devices { + margin-bottom: 9px; + color: #777; +} +.supported-devices strong { + display: block; + font-size: 14px; + line-height: 18px; +} +.supported-devices small { + font-size: 12px; +} + |
