diff options
| author | Mark Otto <[email protected]> | 2014-07-08 16:25:01 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-08 16:25:01 -0700 |
| commit | f6367bc0e4d66ab56f61d9aee3d326dcce19847f (patch) | |
| tree | c7692865a22e379339b7140cd89c7c5d30c5aaf4 /dist/css/bootstrap.css | |
| parent | 86099bfb330ae43026e07ce7d14b67201fbb96d4 (diff) | |
| download | bootstrap-f6367bc0e4d66ab56f61d9aee3d326dcce19847f.tar.xz bootstrap-f6367bc0e4d66ab56f61d9aee3d326dcce19847f.zip | |
Implement the new border-radius guard: only round things if global @enable-rounded == true
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index d65594ad1..87088c19c 100644 --- a/dist/css/bootstrap.css +++ b/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; |
