summaryrefslogtreecommitdiff
path: root/themes/garland
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-01-30 07:59:26 +0000
committerDries Buytaert <dries@buytaert.net>2010-01-30 07:59:26 +0000
commitea51c3215bc3defc45e87619f7b2232f85895fef (patch)
treedcef9202a1fec6385914c4ee48b13e80c25f3ce2 /themes/garland
parent1e8da1f9ae32ccd1c6d19e24215e1cb293e97bbf (diff)
downloadbrdo-ea51c3215bc3defc45e87619f7b2232f85895fef.tar.gz
brdo-ea51c3215bc3defc45e87619f7b2232f85895fef.tar.bz2
- Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines at end of files.
Diffstat (limited to 'themes/garland')
-rw-r--r--themes/garland/color/preview.css2
-rw-r--r--themes/garland/maintenance-page.tpl.php2
-rw-r--r--themes/garland/page.tpl.php4
-rw-r--r--themes/garland/style.css4
-rw-r--r--themes/garland/template.php2
5 files changed, 7 insertions, 7 deletions
diff --git a/themes/garland/color/preview.css b/themes/garland/color/preview.css
index 8ba587609..921f7125a 100644
--- a/themes/garland/color/preview.css
+++ b/themes/garland/color/preview.css
@@ -55,4 +55,4 @@
}
#preview a:hover {
text-decoration: underline;
-} \ No newline at end of file
+}
diff --git a/themes/garland/maintenance-page.tpl.php b/themes/garland/maintenance-page.tpl.php
index 1edfcb46a..3f6ba9ca8 100644
--- a/themes/garland/maintenance-page.tpl.php
+++ b/themes/garland/maintenance-page.tpl.php
@@ -50,7 +50,7 @@
$site_html = implode(' ', $site_fields);
if ($logo || $site_title) {
- print '<h1 id="branding"><a href="' . $base_path . '" title="' . $site_title . '">';
+ print '<h1 id="branding"><a href="' . $base_path . '" title="' . $site_title . '">';
if ($logo) {
print '<img src="' . $logo . '" alt="' . $site_title . '" id="logo" />';
}
diff --git a/themes/garland/page.tpl.php b/themes/garland/page.tpl.php
index 441a3bfe6..54f67bfd2 100644
--- a/themes/garland/page.tpl.php
+++ b/themes/garland/page.tpl.php
@@ -15,8 +15,8 @@
<img src="<?php print $logo ?>" alt="<?php print $site_name_and_slogan ?>" id="logo" />
<?php endif; ?>
<?php print $site_html ?>
- </a></strong></div>
- <?php else: /* Use h1 when the content title is empty */ ?>
+ </a></strong></div>
+ <?php else: /* Use h1 when the content title is empty */ ?>
<h1 id="branding"><a href="<?php print $front_page ?>" title="<?php print $site_name_and_slogan ?>">
<?php if ($logo): ?>
<img src="<?php print $logo ?>" alt="<?php print $site_name_and_slogan ?>" id="logo" />
diff --git a/themes/garland/style.css b/themes/garland/style.css
index 51cfedb60..4fc79748c 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -294,8 +294,8 @@ table .form-button, table .form-submit {
* Skip link
*/
#skip-link a:link, #skip-link a:visited {
- font-weight: bold;
- background: #fff;
+ font-weight: bold;
+ background: #fff;
padding: 0px 5px;
text-decoration: none;
font-size: 80%;
diff --git a/themes/garland/template.php b/themes/garland/template.php
index e29967c6e..630404a7e 100644
--- a/themes/garland/template.php
+++ b/themes/garland/template.php
@@ -103,7 +103,7 @@ function garland_preprocess_page(&$vars) {
$site_fields[0] = '<span>' . $site_fields[0] . '</span>';
}
$vars['site_html'] = implode(' ', $site_fields);
-
+
// Set a variable for the site name title and logo alt attributes text.
$slogan_text = filter_xss_admin(variable_get('site_slogan', ''));
$site_name_text = filter_xss_admin(variable_get('site_name', 'Drupal'));