summaryrefslogtreecommitdiff
path: root/themes/garland
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-05-01 12:29:00 +0000
committerDries Buytaert <dries@buytaert.net>2010-05-01 12:29:00 +0000
commitb9d4e97d88acf65b5a972962a5468b9a9ed252c1 (patch)
tree3593180d1b45f7aa335cb15cc2c529f6a99388c8 /themes/garland
parent71713081a2b79b0baa024742cdbb4af536f77f4b (diff)
downloadbrdo-b9d4e97d88acf65b5a972962a5468b9a9ed252c1.tar.gz
brdo-b9d4e97d88acf65b5a972962a5468b9a9ed252c1.tar.bz2
- Patch #786466 by dmitrig01: node links are indented.
Diffstat (limited to 'themes/garland')
-rw-r--r--themes/garland/style-rtl.css1
-rw-r--r--themes/garland/style.css1
2 files changed, 2 insertions, 0 deletions
diff --git a/themes/garland/style-rtl.css b/themes/garland/style-rtl.css
index 07a755f6e..0f92b3841 100644
--- a/themes/garland/style-rtl.css
+++ b/themes/garland/style-rtl.css
@@ -213,6 +213,7 @@ ul.links li, ul.inline li {
.node .links,
.comment .links {
text-align: right;
+ padding-right: 0;
}
.user-picture,
diff --git a/themes/garland/style.css b/themes/garland/style.css
index 737ed0c98..f48df85f3 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -799,6 +799,7 @@ ul.inline li {
.node .links,
.comment .links {
text-align: left; /* LTR */
+ padding-left: 0; /* LTR */
}
.user-picture,