aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap-responsive.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-03-31 23:53:54 -0700
committerMark Otto <[email protected]>2012-03-31 23:53:54 -0700
commitd652af10971d79cde92336700e156c63ff2c0b24 (patch)
tree0882f3941cee3cf7ea19fa03c7b3ccc402de8ccb /docs/assets/css/bootstrap-responsive.css
parent452ddc0f0dd5cfd3bb867e17d603c98d6db2ec19 (diff)
downloadbootstrap-d652af10971d79cde92336700e156c63ff2c0b24.tar.xz
bootstrap-d652af10971d79cde92336700e156c63ff2c0b24.zip
fix #2860: truncate .dl-horizontal terms and reset to stacked for <767px layouts
Diffstat (limited to 'docs/assets/css/bootstrap-responsive.css')
-rw-r--r--docs/assets/css/bootstrap-responsive.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css
index a8457dc45..106fed157 100644
--- a/docs/assets/css/bootstrap-responsive.css
+++ b/docs/assets/css/bootstrap-responsive.css
@@ -139,6 +139,15 @@
.container-fluid {
padding: 0;
}
+ .dl-horizontal dt {
+ float: none;
+ clear: none;
+ width: auto;
+ text-align: left;
+ }
+ .dl-horizontal dd {
+ margin-left: 0;
+ }
.container {
width: auto;
}