summaryrefslogtreecommitdiff
path: root/themes/garland
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-07-28 01:40:39 +0000
committerDries Buytaert <dries@buytaert.net>2010-07-28 01:40:39 +0000
commit6b6ea89afa76e5b3e3161e1afcb0e5f6350099a9 (patch)
treeb49eac068dd93d94e66b9f56ca8428b092643621 /themes/garland
parent926a26b6d56da73381ff789dd61b43c9ab663ffd (diff)
downloadbrdo-6b6ea89afa76e5b3e3161e1afcb0e5f6350099a9.tar.gz
brdo-6b6ea89afa76e5b3e3161e1afcb0e5f6350099a9.tar.bz2
- Patch #850686 by Jacine, sun: renamed 'highlight' region to 'highlighted' for consistency.
Diffstat (limited to 'themes/garland')
-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 54f67bfd2..44017455a 100644
--- a/themes/garland/page.tpl.php
+++ b/themes/garland/page.tpl.php
@@ -39,7 +39,7 @@
<div id="center"><div id="squeeze"><div class="right-corner"><div class="left-corner">
<?php print $breadcrumb; ?>
- <?php if ($page['highlight']): ?><div id="highlight"><?php render($page['highlight']); ?></div><?php endif; ?>
+ <?php if ($page['highlighted']): ?><div id="highlighted"><?php render($page['highlighted']); ?></div><?php endif; ?>
<a id="main-content"></a>
<?php if ($tabs): ?><div id="tabs-wrapper" class="clearfix"><?php endif; ?>
<?php print render($title_prefix); ?>
diff --git a/themes/garland/style.css b/themes/garland/style.css
index 96e4875b3..bdbc88d85 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -622,7 +622,7 @@ div#branding strong {
color: #529ad6;
}
-#highlight {
+#highlighted {
padding: 1em;
background-color: #fff;
border: 1px solid #e0e5fb;