Line 469: | Line 469: | ||
p.left{ | p.left{ | ||
text-align: left; | text-align: left; | ||
+ | } | ||
+ | |||
+ | /* SWOT CSS */ | ||
+ | |||
+ | #swotcontr1 { | ||
+ | text-align: justify; | ||
+ | -ms-text-justify: distribute-all-lines; | ||
+ | text-justify: distribute-all-lines; | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | #swotcontr1>div { | ||
+ | width: 450px; | ||
+ | height: 200px; | ||
+ | padding-left: 10px; | ||
+ | padding-right: 10px; | ||
+ | vertical-align: top; | ||
+ | display: inline-block; | ||
+ | *display: inline; | ||
+ | zoom: 1; | ||
+ | } | ||
+ | |||
+ | #swotcontr2 { | ||
+ | text-align: justify; | ||
+ | -ms-text-justify: distribute-all-lines; | ||
+ | text-justify: distribute-all-lines; | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | #swotcontr2>div { | ||
+ | width: 450px; | ||
+ | height: 250px; | ||
+ | padding-left: 10px; | ||
+ | padding-right: 10px; | ||
+ | vertical-align: top; | ||
+ | display: inline-block; | ||
+ | *display: inline; | ||
+ | zoom: 1; | ||
+ | } | ||
+ | |||
+ | span { | ||
+ | width: 100%; | ||
+ | display: inline-block; | ||
+ | font-size: 0; | ||
+ | line-height: 0 | ||
} | } | ||
Revision as of 12:20, 20 June 2017