aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-08 16:25:01 -0700
committerMark Otto <[email protected]>2014-07-08 16:25:01 -0700
commitf6367bc0e4d66ab56f61d9aee3d326dcce19847f (patch)
treec7692865a22e379339b7140cd89c7c5d30c5aaf4 /docs/dist/css/bootstrap.css
parent86099bfb330ae43026e07ce7d14b67201fbb96d4 (diff)
downloadbootstrap-f6367bc0e4d66ab56f61d9aee3d326dcce19847f.tar.xz
bootstrap-f6367bc0e4d66ab56f61d9aee3d326dcce19847f.zip
Implement the new border-radius guard: only round things if global @enable-rounded == true
Diffstat (limited to 'docs/dist/css/bootstrap.css')
-rw-r--r--docs/dist/css/bootstrap.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css
index d65594ad1..87088c19c 100644
--- a/docs/dist/css/bootstrap.css
+++ b/docs/dist/css/bootstrap.css
@@ -734,6 +734,7 @@ pre {
line-height: 1.5;
color: #373a3c;
background-color: #f7f7f9;
+ border-radius: .2rem;
}
pre code {
padding: 0;