aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-12-26 14:59:58 -0600
committerMark Otto <[email protected]>2012-12-26 14:59:58 -0600
commitd0baa99aed07b6643d649350f3988b3d8a07a4ac (patch)
tree2e157c4a70d655e19a8e7365169b7aa449416608 /less/type.less
parent2ef4fde09fae0dd3e054a77b61b0738fe538b58d (diff)
downloadbootstrap-d0baa99aed07b6643d649350f3988b3d8a07a4ac.tar.xz
bootstrap-d0baa99aed07b6643d649350f3988b3d8a07a4ac.zip
Remove .text-info and .info form validation states
Diffstat (limited to 'less/type.less')
-rw-r--r--less/type.less3
1 files changed, 0 insertions, 3 deletions
diff --git a/less/type.less b/less/type.less
index feb2388f5..3aac597bd 100644
--- a/less/type.less
+++ b/less/type.less
@@ -37,9 +37,6 @@ a.text-warning:hover { color: darken(@state-warning-text, 10%); }
.text-error { color: @state-error-text; }
a.text-error:hover { color: darken(@state-error-text, 10%); }
-.text-info { color: @state-info-text; }
-a.text-info:hover { color: darken(@state-info-text, 10%); }
-
.text-success { color: @state-success-text; }
a.text-success:hover { color: darken(@state-success-text, 10%); }