From f6367bc0e4d66ab56f61d9aee3d326dcce19847f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 8 Jul 2014 16:25:01 -0700 Subject: Implement the new border-radius guard: only round things if global @enable-rounded == true --- docs/dist/css/bootstrap.css | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/dist/css/bootstrap.css') 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; -- cgit v1.2.3