Difference between revisions of "MediaWiki:Infographics Festivals"
Line 36: | Line 36: | ||
span.underline { font-weight: bold; color: black; } | span.underline { font-weight: bold; color: black; } | ||
div#short_description { line-height: 1em; height: 1.8em; padding-bottom: 6px; text-align: center; border-top: 1px solid gray; border-bottom: 1px solid gray; } | div#short_description { line-height: 1em; height: 1.8em; padding-bottom: 6px; text-align: center; border-top: 1px solid gray; border-bottom: 1px solid gray; } | ||
− | div.chart { } | + | div.chart { |
+ | position:relative; | ||
+ | margin-bottom:50px; | ||
+ | } | ||
+ | div.chart:after { | ||
+ | content:""; | ||
+ | display:block; | ||
+ | clear:both; | ||
+ | } | ||
+ | div.col.c01:after { | ||
+ | content:""; | ||
+ | display:block; | ||
+ | height:20px; | ||
+ | width:1px; | ||
+ | border-left:1px solid black; | ||
+ | margin-bottom:10px; | ||
+ | z-index:10; | ||
+ | position:absolute; | ||
+ | bottom:-30px; | ||
+ | margin-left:-2px; | ||
+ | } | ||
div.legend { margin-bottom: 4px; } | div.legend { margin-bottom: 4px; } | ||
div.legend2 { margin-bottom: 6px; } | div.legend2 { margin-bottom: 6px; } |