aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/docs.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-12-21 16:41:46 -0600
committerMark Otto <[email protected]>2011-12-21 16:41:46 -0600
commitaf5793e1cd358862cf510a54dda2476b95a26ca8 (patch)
treec7c940be991d30e814c464c545eb9e9032e8776c /docs/assets/css/docs.css
parentc854ed167ce37d6a008723c78f2e6336211fff69 (diff)
downloadbootstrap-af5793e1cd358862cf510a54dda2476b95a26ca8.tar.xz
bootstrap-af5793e1cd358862cf510a54dda2476b95a26ca8.zip
fix mobile example sites, remove unused JS from docs index
Diffstat (limited to 'docs/assets/css/docs.css')
-rw-r--r--docs/assets/css/docs.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 20ea50d6f..b3c464941 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -315,7 +315,7 @@ h2 + table {
/* Example sites showcase */
.example-sites img {
- width: 290px;
+ max-width: 290px;
}
.built-with {
margin: -18px 0 27px;
@@ -393,6 +393,9 @@ h2 + table {
max-width: 300px;
margin: 0 auto 18px;
}
+ .example-sites img {
+ max-width: 270px;
+ }
table code {
white-space: normal;