pull/3/head
Dave Cranwell 2014-02-07 13:24:15 +00:00
rodzic 9522ce5a27
commit 823dc47acb
2 zmienionych plików z 4 dodań i 17 usunięć

Wyświetl plik

@ -1,3 +1,4 @@
/* user avatars, with fallback to placeholder graphic if no gravatar exists */
.avatar{
.border-radius(100%);
position:relative;
@ -136,7 +137,7 @@
}
}
/* tags */
/* free tagging tags from taggit */
.tag{
background-color:@color-teal;
padding-right:0.5em;

Wyświetl plik

@ -15,11 +15,8 @@ fieldset{
border:0;
padding:0 0 2em 0;
margin:0;
/* position:relative; See if we can get away without this */
}
legend{
.visuallyhidden();
}
@ -529,8 +526,7 @@ ul.inline li:first-child, li.inline:first-child{
}
}
/* Tags */
/* taggit tagging */
.tagit{
padding:0.6em 1.2em;
@ -657,13 +653,7 @@ input[type=submit], input[type=reset], input[type=button], .button, button{
.help{
.transition(opacity 0.2s ease);
}
/*
.chooser {
.unchosen:before, .chosen:before{
.transition(opacity 0.3s ease);
}
}
*/
@media screen and (min-width: @breakpoint-mobile){
.help{
opacity:1;
@ -676,10 +666,6 @@ input[type=submit], input[type=reset], input[type=button], .button, button{
font-size:0.95em;
padding:0.75em 1.4em;
&.button-small{
}
&.bicolor{
padding-left:3.5em;