diff options
author | eliott <eliott@cactuswax.net> | 2008-01-16 21:16:03 -0800 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-01-20 00:21:21 -0600 |
commit | aa2517ebfc4acf18d17a48eb79b377aa4f65c0ac (patch) | |
tree | 8f790444d1f422ce58f462fcbca9e9c8ac5ab0e9 | |
parent | 6edbef61c18bd5b652a726e2cb64090e4a59cb97 (diff) | |
download | aurweb-aa2517ebfc4acf18d17a48eb79b377aa4f65c0ac.tar.xz |
some more tweaks to make it look less like I worked on it.
-rw-r--r-- | web/html/css/arch.css | 2 | ||||
-rw-r--r-- | web/template/header.php | 14 |
2 files changed, 15 insertions, 1 deletions
diff --git a/web/html/css/arch.css b/web/html/css/arch.css index 0b56419..a01a15d 100644 --- a/web/html/css/arch.css +++ b/web/html/css/arch.css @@ -24,7 +24,7 @@ body { position: absolute; top: 149px; right: 30px; - width: 600px; + min-width: 700px; background: #1793d1; } #main_nav ul, #sub_nav ul { diff --git a/web/template/header.php b/web/template/header.php index f2e963d..aaccfa2 100644 --- a/web/template/header.php +++ b/web/template/header.php @@ -27,6 +27,20 @@ <li><a href="http://www.archlinux.org">Home</a></li> </ul> </div> + <div id="ads"> + <script type="text/javascript"><!-- + google_ad_client = "pub-3170555743375154"; + google_ad_width = 468; + google_ad_height = 60; + google_ad_format = "468x60_as"; + google_color_border = "ffffff"; + google_color_bg = "ffffff"; + google_color_link = "0771A6"; + google_color_url = "99AACC"; + google_color_text = "000000"; + //--></script> + <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> + </div> <div id="sub_nav"> <ul> <?php |