Line 189: | Line 189: | ||
ul.img-list img { | ul.img-list img { | ||
+ | width: 100%; | ||
+ | height: 100% | ||
+ | } | ||
+ | |||
+ | ul.img-home { | ||
+ | list-style-type: none; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | text-align: center; | ||
+ | |||
+ | } | ||
+ | |||
+ | ul.img-home li { | ||
+ | display: inline-block; | ||
+ | height: 100%; | ||
+ | margin: 0 0 0 0; | ||
+ | border: 0px; | ||
+ | position: relative; | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | ul.img-home img { | ||
width: 100%; | width: 100%; | ||
height: 100% | height: 100% |
Revision as of 22:07, 15 October 2016