diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2012-07-29 13:06:37 +0200 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2012-07-29 13:06:37 +0200 |
commit | acad91c7c0fcbf2d4cb6e998c4f280844a653233 (patch) | |
tree | 254a8d82945069bdae6dd035d79fd277456c7454 /themes | |
parent | Change color to black for selected menu items, keep light gray only for (diff) | |
download | blogs-gentoo-acad91c7c0fcbf2d4cb6e998c4f280844a653233.tar.gz blogs-gentoo-acad91c7c0fcbf2d4cb6e998c4f280844a653233.tar.bz2 blogs-gentoo-acad91c7c0fcbf2d4cb6e998c4f280844a653233.zip |
Revert some changes I did there, since I don't use that theme any more
Diffstat (limited to 'themes')
-rw-r--r-- | themes/wp-oxygen/header.php | 6 | ||||
-rw-r--r-- | themes/wp-oxygen/style.css | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/themes/wp-oxygen/header.php b/themes/wp-oxygen/header.php index 385fc1f7..76d89c4e 100644 --- a/themes/wp-oxygen/header.php +++ b/themes/wp-oxygen/header.php @@ -31,11 +31,7 @@ <div id="page"> <div id="wrapper"> <div id="header"> - <?php if ( get_bloginfo("name") == "Straight from tha bloK" ) { ?> - <a href="<?php echo get_settings('home'); ?>"><img src="http://blogs.gentoo.org/tampakrap/files/2009/12/banner.png"></a> - <?php } else { ?> - <h1><a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?></a></h1> - <?php } ?> + <h1><a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?></a></h1> <div class="description"><?php bloginfo('description'); ?></div> <?php include (TEMPLATEPATH . '/searchform.php'); ?> </div><!-- /header --> diff --git a/themes/wp-oxygen/style.css b/themes/wp-oxygen/style.css index 0a1908b0..bbad1d94 100644 --- a/themes/wp-oxygen/style.css +++ b/themes/wp-oxygen/style.css @@ -549,7 +549,7 @@ h3#respond { } /* links widget */ #links ul li { - background: url(images/mini-blogroll.png) no-repeat; + background: url(images/mini-blogroll.gif) no-repeat; padding-left: 25px; } /* meta */ |