2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

revamp alert message and error state color/text/bg to be variables

This commit is contained in:
Mark Otto
2012-01-24 16:54:35 -08:00
parent c2312220e4
commit 40e92221a6
8 changed files with 199 additions and 105 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
// Placeholder text
// -------------------------
.placeholder(@color: @placeHolderText) {
.placeholder(@color: @placeholderText) {
:-moz-placeholder {
color: @color;
}