diff --git a/css/html5demos.css b/css/html5demos.css index 4cdedd4..62fee1a 100644 --- a/css/html5demos.css +++ b/css/html5demos.css @@ -298,6 +298,12 @@ body.view-source #view-source { background: url(../images/yourbrowser.gif) no-repeat top right; } +#carbonads-container { + position: fixed; + margin-left: 620px; + margin-top: -2px; +} + /** Pretty printing styles. Used with prettify.js. */ pre { font-size: 14px; } .str { color: #080; } diff --git a/includes/header.php b/includes/header.php index ca30804..b6b0767 100644 --- a/includes/header.php +++ b/includes/header.php @@ -9,6 +9,7 @@