diff options
-rw-r--r-- | themes/garland/style-rtl.css | 1 | ||||
-rw-r--r-- | themes/garland/style.css | 1 |
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, |