mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
some more tweaks to make it look less like I worked on it.
This commit is contained in:
parent
6edbef61c1
commit
aa2517ebfc
2 changed files with 15 additions and 1 deletions
|
@ -24,7 +24,7 @@ body {
|
|||
position: absolute;
|
||||
top: 149px;
|
||||
right: 30px;
|
||||
width: 600px;
|
||||
min-width: 700px;
|
||||
background: #1793d1;
|
||||
}
|
||||
#main_nav ul, #sub_nav ul {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue