Skip to content

Commit

Permalink
ads: someone's gotta pay the bills
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Feb 16, 2012
1 parent 509e201 commit bb3f994
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/html5demos.css
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down
1 change: 1 addition & 0 deletions includes/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
</head>
<body>
<section id="wrapper">
<div id="carbonads-container"><div class="carbonad"><div id="azcarbon"></div><script type="text/javascript">var z = document.createElement("script"); z.type = "text/javascript"; z.async = true; z.src = "http://engine.carbonads.com/z/14060/azcarbon_2_1_0_VERT"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(z, s);</script></div></div>
<header>
<h1><?=$title?></h1>
</header>
1 change: 1 addition & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ function spans($list) {
</head>
<body>
<section id="wrapper">
<div id="carbonads-container"><div class="carbonad"><div id="azcarbon"></div><script type="text/javascript">var z = document.createElement("script"); z.type = "text/javascript"; z.async = true; z.src = "http://engine.carbonads.com/z/14060/azcarbon_2_1_0_VERT"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(z, s);</script></div></div>
<header>
<h1><abbr>HTML</abbr> 5 Demos and Examples</h1>
</header>
Expand Down

0 comments on commit bb3f994

Please sign in to comment.