removed border from images, which conflicted with all other images from external django apps #502

pull/890/merge
Dave Cranwell 2015-01-08 17:00:34 +00:00
rodzic 1fb1db98e3
commit 6ed3303ad0
2 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -230,8 +230,6 @@ a.tag:hover{
img{
max-width:100%;
height:auto;
border: 3px solid $color-grey-4;
}
/* make a block-level element inline */

Wyświetl plik

@ -353,6 +353,10 @@ ul.listing{
font-size:1em;
opacity:0.7;
}
&.images img{
border: 3px solid transparent;
}
}
ul.listing{
border-top:1px dashed $color-input-border;