diff options
| author | fat <[email protected]> | 2013-07-26 00:22:48 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2013-07-26 00:22:48 -0700 |
| commit | 995add132efdb6557f191f1a65097f19260a4f7d (patch) | |
| tree | 9ae13f052b9896e211dbbc9dc97926875f39c7d4 /dist/css/bootstrap.css | |
| parent | 91b6a43ed934931ccfdb11213a3b63984457b07c (diff) | |
| parent | 210ee6369313b311b879cf1a773ecfd0276f3543 (diff) | |
| download | bootstrap-995add132efdb6557f191f1a65097f19260a4f7d.tar.xz bootstrap-995add132efdb6557f191f1a65097f19260a4f7d.zip | |
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index f60f59878..843a1e025 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -379,36 +379,24 @@ cite { color: #999999; } -a.text-muted:hover, -a.text-muted:focus { - color: #808080; +.text-primary { + color: #428bca; } .text-warning { color: #c09853; } -a.text-warning:hover, -a.text-warning:focus { - color: #a47e3c; -} - .text-danger { color: #b94a48; } -a.text-danger:hover, -a.text-danger:focus { - color: #953b39; -} - .text-success { color: #468847; } -a.text-success:hover, -a.text-success:focus { - color: #356635; +.text-info { + color: #3a87ad; } .text-left { |
