1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-27 15:19:52 +02:00

consolidate border-radius on code

This commit is contained in:
Mark Otto
2012-09-30 23:49:26 -07:00
parent bfe51163e2
commit 3f4076c635
2 changed files with 3 additions and 5 deletions

View File

@@ -605,7 +605,7 @@ pre {
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
font-size: 12px;
color: #333333;
border-radius: 3px;
border-radius: 4px;
}
code {
@@ -628,7 +628,6 @@ pre {
background-color: #f5f5f5;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
}
pre.prettyprint {