summaryrefslogtreecommitdiff
path: root/themes/garland
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-04-08 18:26:42 +0000
committerDries Buytaert <dries@buytaert.net>2010-04-08 18:26:42 +0000
commit9e236ef13f0722f1140c9f5f6cf6346bcfc24b1a (patch)
tree845acddf81ada2a8e51fce9b85a6e0cfa1896d09 /themes/garland
parentc6c572a151211926c7edb3078e52ccb14e691af8 (diff)
downloadbrdo-9e236ef13f0722f1140c9f5f6cf6346bcfc24b1a.tar.gz
brdo-9e236ef13f0722f1140c9f5f6cf6346bcfc24b1a.tar.bz2
- Patch #764606 by JohnAlbin: node.tpl no longer needs taxonomy variables.
Diffstat (limited to 'themes/garland')
-rw-r--r--themes/garland/node.tpl.php6
-rw-r--r--themes/garland/style-rtl.css10
-rw-r--r--themes/garland/style.css14
3 files changed, 1 insertions, 29 deletions
diff --git a/themes/garland/node.tpl.php b/themes/garland/node.tpl.php
index 5249188ef..6a7ae448d 100644
--- a/themes/garland/node.tpl.php
+++ b/themes/garland/node.tpl.php
@@ -25,12 +25,6 @@
</div>
<div class="clearfix">
- <?php if (!empty($content['links']['terms'])): ?>
- <div class="meta">
- <div class="terms"><?php print render($content['links']['terms']); ?></div>
- </div>
- <?php endif; ?>
-
<?php if (!empty($content['links'])): ?>
<div class="links"><?php print render($content['links']); ?></div>
<?php endif; ?>
diff --git a/themes/garland/style-rtl.css b/themes/garland/style-rtl.css
index 970781a4a..73664aa13 100644
--- a/themes/garland/style-rtl.css
+++ b/themes/garland/style-rtl.css
@@ -200,12 +200,6 @@ ul.links li, ul.inline li {
text-align: right;
}
-.node .links ul.links li, .comment .links ul.links li {}
-.terms ul.links li {
- padding-right: 1em;
- padding-left: 0;
-}
-
.user-picture,
.comment .submitted {
padding-left: 0;
@@ -218,10 +212,6 @@ ul.links li, ul.inline li {
float: left;
}
-.terms {
- float: left;
-}
-
.indented {
margin-left: 0;
margin-right: 25px;
diff --git a/themes/garland/style.css b/themes/garland/style.css
index f188c5884..a1fbbe98c 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -234,7 +234,7 @@ span.form-required {
color: #ffae00;
}
-span.submitted, .description, .vertical-tab-button .summary {
+.submitted, .description, .vertical-tab-button .summary {
font-size: 0.92em;
color: #898989;
}
@@ -723,14 +723,6 @@ ul.links li, ul.inline li {
text-align: left; /* LTR */
}
-.node .links ul.links li, .comment .links ul.links li {}
-.terms ul.links li {
- margin-left: 0;
- margin-right: 0;
- padding-right: 0;
- padding-left: 1em;
-}
-
.user-picture,
.comment .submitted {
float: right; /* LTR */
@@ -745,10 +737,6 @@ ul.links li, ul.inline li {
float: right; /* LTR */
}
-.terms {
- float: right; /* LTR */
-}
-
.preview .node, .preview .comment, .node-sticky {
margin: 0;
padding: 0.5em 0;