1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 04:41:36 +02:00

Implement the new border-radius guard: only round things if global @enable-rounded == true

This commit is contained in:
Mark Otto
2014-07-08 16:25:01 -07:00
parent 86099bfb33
commit f6367bc0e4
36 changed files with 55 additions and 489 deletions

File diff suppressed because one or more lines are too long

View File

@@ -734,6 +734,7 @@ pre {
line-height: 1.5;
color: #373a3c;
background-color: #f7f7f9;
border-radius: .2rem;
}
pre code {
padding: 0;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long