summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-12-22 23:24:26 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-12-22 23:24:26 +0000
commitac4c8f7ab019f2b6d77e2718a0bda0a1c6a4bd23 (patch)
tree504da530868d5672961d8a3d381f4577bc67c67d /themes
parented48af4c411b9199b947b6887fba34550be5aa20 (diff)
downloadbrdo-ac4c8f7ab019f2b6d77e2718a0bda0a1c6a4bd23.tar.gz
brdo-ac4c8f7ab019f2b6d77e2718a0bda0a1c6a4bd23.tar.bz2
#203274 by Pasqualle: remove excessive witespace from our code (minor)
Diffstat (limited to 'themes')
-rw-r--r--themes/chameleon/chameleon.theme2
-rw-r--r--themes/garland/style.css4
-rw-r--r--themes/pushbutton/page.tpl.php2
-rw-r--r--themes/pushbutton/style-rtl.css2
-rw-r--r--themes/pushbutton/style.css18
5 files changed, 14 insertions, 14 deletions
diff --git a/themes/chameleon/chameleon.theme b/themes/chameleon/chameleon.theme
index 247c87a99..f86ccfceb 100644
--- a/themes/chameleon/chameleon.theme
+++ b/themes/chameleon/chameleon.theme
@@ -95,7 +95,7 @@ function chameleon_page($content, $show_blocks = TRUE, $show_messages = TRUE) {
$output .= " <div id=\"footer\">$footer</div>\n";
}
- $output .= " </td>\n";
+ $output .= " </td>\n";
if ($show_blocks && !empty($blocks_right)) {
$output .= " <td id=\"sidebar-right\">$blocks_right</td>\n";
diff --git a/themes/garland/style.css b/themes/garland/style.css
index cc882fca8..3178b5736 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -500,7 +500,7 @@ body.sidebars #squeeze {
z-index: 3;
}
-body.sidebar-left #footer {
+body.sidebar-left #footer {
margin-left: -210px;
}
@@ -840,7 +840,7 @@ fieldset {
background-color: transparent;
}
-*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
+*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
padding-top: 1em;
}
diff --git a/themes/pushbutton/page.tpl.php b/themes/pushbutton/page.tpl.php
index 8281a4823..b985acec1 100644
--- a/themes/pushbutton/page.tpl.php
+++ b/themes/pushbutton/page.tpl.php
@@ -41,7 +41,7 @@
<td class="secondary-links" width="75%" align="center" valign="middle">
<?php print theme('links', $secondary_links, array('class' => 'links', 'id' => 'subnavlist')) ?>
</td>
- <td width="25%" align="center" valign="middle">
+ <td width="25%" align="center" valign="middle">
<?php print $search_box ?>
</td>
</tr>
diff --git a/themes/pushbutton/style-rtl.css b/themes/pushbutton/style-rtl.css
index ef49f5313..2ef8e8abe 100644
--- a/themes/pushbutton/style-rtl.css
+++ b/themes/pushbutton/style-rtl.css
@@ -27,7 +27,7 @@ td#home a:hover img {
background: transparent url(logo-hover-rtl.jpg) repeat;
}
-#primary-menu .primary-links {
+#primary-menu .primary-links {
background: transparent url(header-b-rtl.jpg) right top no-repeat;
}
diff --git a/themes/pushbutton/style.css b/themes/pushbutton/style.css
index 0e57380fd..47e0d5bd7 100644
--- a/themes/pushbutton/style.css
+++ b/themes/pushbutton/style.css
@@ -3,13 +3,13 @@
/*
** HTML elements
*/
-body {
+body {
color: #000;
background-color: #fff;
margin: 0;
padding: 0;
}
-body, p, td, li, ul, ol {
+body, p, td, li, ul, ol {
font-family: Verdana, Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
@@ -75,7 +75,7 @@ pre {
/*
** Page layout blocks / IDs
*/
-#primary-menu {
+#primary-menu {
border-collapse: separate;
background-color: #e0edfb;
border-bottom: 3px solid #69c;
@@ -102,7 +102,7 @@ td#home a:hover img {
.primary-links a:hover {
color: #000;
}
-#primary-menu .primary-links {
+#primary-menu .primary-links {
background: transparent url(header-b.jpg) left top no-repeat; /* LTR */
font-size: 0.79em;
}
@@ -115,7 +115,7 @@ td#home a:hover img {
background-color: #369;
border-bottom: 3px solid #69c;
}
-.secondary-links, .secondary-links a:link, .secondary-links a:visited {
+.secondary-links, .secondary-links a:link, .secondary-links a:visited {
color: #e4e9eb;
}
.secondary-links a:hover {
@@ -330,10 +330,10 @@ table#footer-menu {
padding: 5px;
font-size: 0.75em;
}
-#footer-menu .primary-links, #footer-menu a:link, #footer-menu a:visited {
+#footer-menu .primary-links, #footer-menu a:link, #footer-menu a:visited {
color: #e4e9eb;
}
-#footer-menu a:hover {
+#footer-menu a:hover {
color: #fff;
text-decoration: underline;
}
@@ -451,7 +451,7 @@ div.links {
div.links .prev, div.links .next, div.links .up {
font-size: 1.15em;
}
-.titles .prev, .titles .next {
+.titles .prev, .titles .next {
font-size: 0.85em;
font-weight: bold;
color: #444;
@@ -572,7 +572,7 @@ div.admin-panel .body {
color: #fff;
text-decoration: underline;
}
-#forum table tr th img {
+#forum table tr th img {
margin: 0;
}
#forum tr.odd {