diff options
| author | Mark Otto <[email protected]> | 2012-01-05 15:43:07 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-05 15:43:07 -0800 |
| commit | 621dd13d87b6ba5fd351966056ea335c6a946f45 (patch) | |
| tree | 9f75afbacce64e6e8cb972f230baedca0c828e98 /docs/assets/css/docs.css | |
| parent | 23e5fc2133dd748ba4a7df52b598a24a2915811a (diff) | |
| download | bootstrap-621dd13d87b6ba5fd351966056ea335c6a946f45.tar.xz bootstrap-621dd13d87b6ba5fd351966056ea335c6a946f45.zip | |
move mega link footer to scaffolding to try it out, fix broken button text shadow, change UL/OL margins back, make li color same as body
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 9501ec5dc..5eafb962b 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -202,6 +202,28 @@ body > .navbar-fixed .brand:hover { margin-bottom: 0; color: #555; } +.footer dl { + margin-bottom: 0; +} +.footer dl dt { + font-size: 11px; + color: #999; + text-transform: uppercase; +} +.footer dl dd + dt { + margin-top: 18px; +} +.footer dl dd { + margin-left: 0; + font-size: 12px; +} +.footer dl a { + color: #999; +} +.footer dl a:hover { + color: #555; +} + /* Special grid styles |
