diff options
| author | Francis Brunelle <[email protected]> | 2013-07-23 00:05:45 -0400 |
|---|---|---|
| committer | Francis Brunelle <[email protected]> | 2013-07-23 00:05:45 -0400 |
| commit | 4b9cacae91474b5a2e28bdfe1355d0555c4e95c3 (patch) | |
| tree | eb8e823a0d8761dd0743e23de346f1e2fb7a9af8 /dist/css/bootstrap.css | |
| parent | 0b1ddeb35359c16eba2682aec3c880706d747f53 (diff) | |
| download | bootstrap-4b9cacae91474b5a2e28bdfe1355d0555c4e95c3.tar.xz bootstrap-4b9cacae91474b5a2e28bdfe1355d0555c4e95c3.zip | |
@badge-bg should be @gray-light not #f5f5f5
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index f9c03e309..032a57d9b 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4075,7 +4075,7 @@ a.thumbnail:focus { text-align: center; white-space: nowrap; vertical-align: middle; - background-color: #f5f5f5; + background-color: #999999; border-radius: 10px; } |
