* [gentoo-commits] proj/blogs-gentoo:master commit in: themes/wp-oxygen/
@ 2011-05-26 15:20 Theo Chatzimichos
0 siblings, 0 replies; 3+ messages in thread
From: Theo Chatzimichos @ 2011-05-26 15:20 UTC (permalink / raw
To: gentoo-commits
commit: 0c0c37f45479becbf14f8c6c9ac29ed4e90ebf5d
Author: Theo Chatzimichos <tampakrap <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 15:20:56 2011 +0000
Commit: Theo Chatzimichos <tampakrap <AT> gentoo <DOT> org>
CommitDate: Thu May 26 15:20:56 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/blogs-gentoo.git;a=commit;h=0c0c37f4
small update in wp-oxygen theme
---
| 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
--git a/themes/wp-oxygen/header.php b/themes/wp-oxygen/header.php
index a43fafb..75a67d6 100644
--- a/themes/wp-oxygen/header.php
+++ b/themes/wp-oxygen/header.php
@@ -31,8 +31,11 @@
<div id="page">
<div id="wrapper">
<div id="header">
- <!--h1><a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?></a></h1-->
- <a href="<?php echo get_settings('home'); ?>"><img src="/wp-content/uploads/banner.png"></a>
+ <?php if ( get_bloginfo("name") == "Straight from tha bloK" ) { ?>
+ <a href="<?php echo get_settings('home'); ?>"><img src="/tampakrap/files/2009/12/banner.png"></a>
+ <?php } else { ?>
+ <h1><a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?></a></h1>
+ <?php } ?>
<div class="description"><?php bloginfo('description'); ?></div>
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
</div><!-- /header -->
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/blogs-gentoo:master commit in: themes/wp-oxygen/
@ 2012-07-29 11:02 Theo Chatzimichos
0 siblings, 0 replies; 3+ messages in thread
From: Theo Chatzimichos @ 2012-07-29 11:02 UTC (permalink / raw
To: gentoo-commits
commit: acad91c7c0fcbf2d4cb6e998c4f280844a653233
Author: Theo Chatzimichos <tampakrap <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 29 11:06:37 2012 +0000
Commit: Theo Chatzimichos <tampakrap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 29 11:06:37 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/blogs-gentoo.git;a=commit;h=acad91c7
Revert some changes I did there, since I don't use that theme any more
---
| 6 +-----
themes/wp-oxygen/style.css | 2 +-
2 files changed, 2 insertions(+), 6 deletions(-)
--git a/themes/wp-oxygen/header.php b/themes/wp-oxygen/header.php
index 385fc1f..76d89c4 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 0a1908b..bbad1d9 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 */
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/blogs-gentoo:master commit in: themes/wp-oxygen/
@ 2012-07-29 11:07 Theo Chatzimichos
0 siblings, 0 replies; 3+ messages in thread
From: Theo Chatzimichos @ 2012-07-29 11:07 UTC (permalink / raw
To: gentoo-commits
commit: 9d6a31eb6b73ec22641ec8b25e9453c79b633803
Author: Theo Chatzimichos <tampakrap <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 29 11:12:22 2012 +0000
Commit: Theo Chatzimichos <tampakrap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 29 11:12:22 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/blogs-gentoo.git;a=commit;h=9d6a31eb
Revert the blogroll icon change, mine is better :)
---
themes/wp-oxygen/style.css | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/themes/wp-oxygen/style.css b/themes/wp-oxygen/style.css
index bbad1d9..0a1908b 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.gif) no-repeat;
+ background: url(images/mini-blogroll.png) no-repeat;
padding-left: 25px;
}
/* meta */
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-07-29 11:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-29 11:02 [gentoo-commits] proj/blogs-gentoo:master commit in: themes/wp-oxygen/ Theo Chatzimichos
-- strict thread matches above, loose matches on Subject: below --
2012-07-29 11:07 Theo Chatzimichos
2011-05-26 15:20 Theo Chatzimichos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox