merging changes to less in master

pull/137/head
Dave Cranwell 2014-02-14 10:01:45 +00:00
rodzic b45472ea00
commit 530b2b2247
3 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -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;
}

Wyświetl plik

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

Wyświetl plik

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