diff options
| author | Mark Otto <[email protected]> | 2012-03-11 23:33:08 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-11 23:33:08 -0700 |
| commit | d36f3d0a59a16350647b5eb39a18adb69e725ba2 (patch) | |
| tree | 3682d3f93bc82957d4dd1cb00a5cccabcebe038c /docs/assets/css/docs.css | |
| parent | 7c2ed0c0958dcdb518970617a013538310494d20 (diff) | |
| download | bootstrap-d36f3d0a59a16350647b5eb39a18adb69e725ba2.tar.xz bootstrap-d36f3d0a59a16350647b5eb39a18adb69e725ba2.zip | |
clean up links on docs homepage and add link to direct download with docs
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 26b47ae72..cb7224e38 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -212,14 +212,20 @@ hr.soften { /* Quick links -------------------------------------------------- */ +.bs-links { + margin: 36px 0; +} .quick-links { min-height: 30px; + margin: 0; padding: 5px 20px; - margin: 36px 0; list-style: none; text-align: center; overflow: hidden; } +.quick-links:first-child { + min-height: 0; +} .quick-links li { display: inline; margin: 0 5px; |
