(6 intermediate revisions by the same user not shown) | |||
Line 557: | Line 557: | ||
#bodyContent .floatright{ | #bodyContent .floatright{ | ||
− | float: | + | float:right; |
margin:0; | margin:0; | ||
} | } | ||
+ | #bodyContent img.nomargin{ | ||
+ | margin:0; | ||
+ | } | ||
+ | |||
} | } | ||
Line 578: | Line 582: | ||
#bodyContent .max-width { | #bodyContent .max-width { | ||
width: 100%; | width: 100%; | ||
+ | } | ||
+ | |||
+ | #bodyContent .limited-height{ | ||
+ | max-height: 500px; | ||
+ | width: auto; | ||
} | } | ||
Line 1,148: | Line 1,157: | ||
} | } | ||
− | #bodyContent ul.eric{ | + | #bodyContent ul.eric{ |
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; | ||
} | } | ||
+ | |||
+ | #bodyContent ul.eric li{ | ||
+ | text-indent: 0; | ||
+ | } | ||
+ | |||
#bodyContent ul.eric li::before { | #bodyContent ul.eric li::before { | ||
Line 1,157: | Line 1,171: | ||
color: #149375; | color: #149375; | ||
float: left; | float: left; | ||
− | padding-right: | + | padding-right: 10px; |
display: block; | display: block; | ||
height: 32px; | height: 32px; | ||
Line 1,360: | Line 1,374: | ||
-o-transition: opacity 2s linear; | -o-transition: opacity 2s linear; | ||
transition: opacity 2s linear; | transition: opacity 2s linear; | ||
+ | padding:0; | ||
} | } | ||
+ | |||
#bodyContent .slider button { | #bodyContent .slider button { |
Latest revision as of 20:31, 1 November 2017