aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorfat <[email protected]>2013-07-26 00:22:48 -0700
committerfat <[email protected]>2013-07-26 00:22:48 -0700
commit995add132efdb6557f191f1a65097f19260a4f7d (patch)
tree9ae13f052b9896e211dbbc9dc97926875f39c7d4 /less
parent91b6a43ed934931ccfdb11213a3b63984457b07c (diff)
parent210ee6369313b311b879cf1a773ecfd0276f3543 (diff)
downloadbootstrap-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 'less')
-rw-r--r--less/type.less17
1 files changed, 5 insertions, 12 deletions
diff --git a/less/type.less b/less/type.less
index 653c78ef4..bf7ec7ec9 100644
--- a/less/type.less
+++ b/less/type.less
@@ -23,25 +23,18 @@ p {
// Ex: 14px base font * 85% = about 12px
small { font-size: 85%; }
+// Undo browser default styling
cite { font-style: normal; }
-// Utility classes
+// Contextual emphasis
.text-muted { color: @gray-light; }
-a.text-muted:hover,
-a.text-muted:focus { color: darken(@gray-light, 10%); }
-
+.text-primary { color: @brand-primary; }
.text-warning { color: @state-warning-text; }
-a.text-warning:hover,
-a.text-warning:focus { color: darken(@state-warning-text, 10%); }
-
.text-danger { color: @state-danger-text; }
-a.text-danger:hover,
-a.text-danger:focus { color: darken(@state-danger-text, 10%); }
-
.text-success { color: @state-success-text; }
-a.text-success:hover,
-a.text-success:focus { color: darken(@state-success-text, 10%); }
+.text-info { color: @state-info-text; }
+// Alignment
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }