Web stuff

This commit is contained in:
adelikat 2010-05-22 22:34:42 +00:00
parent b36ffcf4e3
commit c41a18d546
2 changed files with 21 additions and 7 deletions

View File

@ -22,16 +22,29 @@
<div id="container"> <div id="container">
<div id="left_col"> <div id="left_col">
<script type="text/javascript"><!-- <script type="text/javascript"><!--
google_ad_client = "pub-0764229755985190"; google_ad_client = "pub-0764229755985190";
/* 200x200, created 5/22/10 */ /* 200x200, created 5/22/10 */
google_ad_slot = "7120764375"; google_ad_slot = "7120764375";
google_ad_width = 200; google_ad_width = 200;
google_ad_height = 200; google_ad_height = 200;
//--> //-->
</script> </script>
<script type="text/javascript" <script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script> </script>
<script type="text/javascript"><!--
google_ad_client = "pub-0764229755985190";
/* 180x150, created 5/22/10 */
google_ad_slot = "7648866201";
google_ad_width = 180;
google_ad_height = 150;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div> </div>
<div id="page_content"> <div id="page_content">
<h1>Downloads</h1> <h1>Downloads</h1>

View File

@ -38,8 +38,9 @@ body {
} }
#left_col { #left_col {
width: 200px; width: 192px;
float: left; float: left;
padding-right: 8px
} }
#page_content { #page_content {