diff options
| author | Mark Otto <[email protected]> | 2012-09-30 23:49:26 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-30 23:49:26 -0700 |
| commit | 3f4076c635aae1d813694bb7f5cf9abb5a48a44b (patch) | |
| tree | 1226adfaa10114cf22110894ed8b07fd002c5915 /docs/assets/css/bootstrap.css | |
| parent | bfe51163e27abb90dd3ef56ca36a1c315d58c388 (diff) | |
| download | bootstrap-3f4076c635aae1d813694bb7f5cf9abb5a48a44b.tar.xz bootstrap-3f4076c635aae1d813694bb7f5cf9abb5a48a44b.zip | |
consolidate border-radius on code
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 353370d87..742a27ebe 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -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 { |
