From b9d4e97d88acf65b5a972962a5468b9a9ed252c1 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 1 May 2010 12:29:00 +0000 Subject: - Patch #786466 by dmitrig01: node links are indented. --- themes/garland/style-rtl.css | 1 + themes/garland/style.css | 1 + 2 files changed, 2 insertions(+) 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, -- cgit v1.2.3