From bb3f9948f60f84a49476a88ac523c688250f92b6 Mon Sep 17 00:00:00 2001 From: Remy Sharp Date: Thu, 16 Feb 2012 22:46:21 +0000 Subject: [PATCH] ads: someone's gotta pay the bills --- css/html5demos.css | 6 ++++++ includes/header.php | 1 + index.php | 1 + 3 files changed, 8 insertions(+) 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 @@
+

diff --git a/index.php b/index.php index ae39f4c..8847b06 100644 --- a/index.php +++ b/index.php @@ -47,6 +47,7 @@ function spans($list) {
+

HTML 5 Demos and Examples