summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-05-12 08:31:17 +0000
committerDries Buytaert <dries@buytaert.net>2009-05-12 08:31:17 +0000
commita86223cd7039756510df0f9e0f5ddf38b7e04fcf (patch)
treebce2ccbe8017aa053c639979cfc4202db9254782 /themes
parenta81eaade5096f284cc4d011360e9bd79c655690a (diff)
downloadbrdo-a86223cd7039756510df0f9e0f5ddf38b7e04fcf.tar.gz
brdo-a86223cd7039756510df0f9e0f5ddf38b7e04fcf.tar.bz2
- Patch #428800 by Gabor Hojtsy: convert the mission statement to a block so we have more flexibility to place it.
Diffstat (limited to 'themes')
-rw-r--r--themes/garland/page.tpl.php2
-rw-r--r--themes/garland/style.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/garland/page.tpl.php b/themes/garland/page.tpl.php
index c688f4cd8..204df0a25 100644
--- a/themes/garland/page.tpl.php
+++ b/themes/garland/page.tpl.php
@@ -45,7 +45,7 @@
<div id="center"><div id="squeeze"><div class="right-corner"><div class="left-corner">
<?php print $breadcrumb; ?>
- <?php if ($mission): ?><div id="mission"><?php print $mission ?></div><?php endif; ?>
+ <?php if ($highlight): ?><div id="highlight"><?php print $highlight ?></div><?php endif; ?>
<?php if ($tabs): ?><div id="tabs-wrapper" class="clearfix"><?php endif; ?>
<?php if ($title): ?><h2<?php print $tabs ? ' class="with-tabs"' : '' ?>><?php print $title ?></h2><?php endif; ?>
<?php if ($tabs): ?><ul class="tabs primary"><?php print $tabs ?></ul></div><?php endif; ?>
diff --git a/themes/garland/style.css b/themes/garland/style.css
index aaa41d8a7..0085cdbd4 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -520,7 +520,7 @@ body.two-sidebars #footer {
color: #529ad6;
}
-#mission {
+#highlight {
padding: 1em;
background-color: #fff;
border: 1px solid #e0e5fb;