merging changes to less in master

This commit is contained in:
Dave Cranwell 2014-02-14 10:01:45 +00:00
parent b45472ea00
commit 530b2b2247
3 changed files with 3 additions and 2 deletions

View file

@ -378,7 +378,7 @@ li.focused > .help{
color:$color-red;
clear:both;
}
.error input[type=text], .error input[type=email], .error input[type=tel], .error textarea, .error select, .error .tagit{
.error input, .error textarea, .error select, .error .tagit{
border-color:$color-red;
background-color:$color-input-error-bg;
}

View file

@ -63,6 +63,7 @@ h2{
}
}
a{
outline:none;
color:$color-link;
text-decoration:none;

View file

@ -157,7 +157,7 @@ form{
display: inline-block;
height: 100%;
vertical-align: middle;
margin-left:-0.3em;
margin-left:-0.4em;
}
}