diff options
| author | Mark Otto <[email protected]> | 2011-12-21 16:22:20 -0600 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-12-21 16:22:20 -0600 |
| commit | 20aecb983838422c7b43e20960b10d4d79fefaa3 (patch) | |
| tree | e036dea172ade5df4cd2834cc1075b75ff057425 /docs/assets/css/docs.css | |
| parent | 8a7abc7493a07935d4d91b2cc56a82523fd53970 (diff) | |
| download | bootstrap-20aecb983838422c7b43e20960b10d4d79fefaa3.tar.xz bootstrap-20aecb983838422c7b43e20960b10d4d79fefaa3.zip | |
updated all docs to jQuery 1.7, move all docs JS to application.js, and move dropdowns css to dedicated file
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 8432f92ea..5ed38bb47 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -317,6 +317,11 @@ h2 + table { .example-sites img { width: 290px; } +.built-with { + margin: -18px 0 27px; + color: #999; + text-align: center; +} .scrollspy-example { height: 200px; |
