Created
August 26, 2011 07:19
-
-
Save andreacampi/1172892 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<figure> | |
<div data-sizes="ad-half-600" class="dynamic-ad ad-half-600" height="600"></div> | |
<div data-sizes="ad-half-500" class="dynamic-ad ad-half-500" height="500"></div> | |
<div data-sizes="ad-half-400" class="dynamic-ad ad-half-400" height="400"></div> | |
</figure> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="grid article cols-2 no-page-2 last-page"> | |
<div class="column"></div> | |
<div class="container col-3 cols-1 ad-half" data-sizes="ad-half-400 ad-half-500 ad-half-600">ad</div> | |
<div class="column col-3"></div> | |
</div> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.container { | |
position: absolute; | |
overflow: hidden; | |
top: 24px; | |
bottom: 24px; | |
} | |
.ad-half-400 { | |
height: 400px; | |
} | |
.ad-half-500 { | |
height: 500px; | |
} | |
.ad-half-600 { | |
height: 600px; | |
} | |
.ad-half-700 { | |
height: 700px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment