removed img max width on simplenews nodes

This commit is contained in:
Bachir Soussi Chiadmi 2015-07-07 22:32:49 +02:00
parent 8def2961ac
commit feef7951cd
2 changed files with 330 additions and 159 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3358,8 +3358,19 @@ body.home-v2{
}
} // homeV2
/*
_ __
_____(_)___ ___ ____ / /__ ____ ___ _ _______
/ ___/ / __ `__ \/ __ \/ / _ \/ __ \/ _ \ | /| / / ___/
(__ ) / / / / / / /_/ / / __/ / / / __/ |/ |/ (__ )
/____/_/_/ /_/ /_/ .___/_/\___/_/ /_/\___/|__/|__/____/
/_/
*/
.node-type-simplenews{
img{
max-width: none !important;
}
}
@import "misc.scss";