aboutsummaryrefslogtreecommitdiffstats
path: root/arabic/debian-ar.css
diff options
context:
space:
mode:
authorCarsten Schoenert <c.schoenert@t-online.de>2020-12-16 17:52:15 +0100
committerCarsten Schoenert <c.schoenert@t-online.de>2020-12-16 17:55:10 +0100
commit4336dc9600e07c880b134374baf1750d2fc3549d (patch)
tree0812f614f8a3ed18f2480a5b5d1db5480d4545a9 /arabic/debian-ar.css
parent3113dc3b758115ea5a704443ef1c6c87676224de (diff)
debian-ar.css: Adjust padding due rtl language
Arabic is an Right to Left language, we need to use padding-right here instead of padding left which is use for classical Left to Right languages. Also uniform the existing indentation within the file.
Diffstat (limited to 'arabic/debian-ar.css')
-rw-r--r--arabic/debian-ar.css20
1 files changed, 13 insertions, 7 deletions
diff --git a/arabic/debian-ar.css b/arabic/debian-ar.css
index 0e4a66daecc..286e3c50f81 100644
--- a/arabic/debian-ar.css
+++ b/arabic/debian-ar.css
@@ -38,13 +38,13 @@ html[lang=ar] #langContainer {
html[lang=ar] ul#hometoc-cola, html[lang=ar] ul#hometoc-colb,
html[lang=ar] ul#hometoc-colc, html[lang=ar] ul#hometoc-cold,
html[lang=ar] ul#hometoc-cole {
- float: right;
+ float: right;
}
html[lang=ar] ul#footermap-cola, html[lang=ar] ul#footermap-colb,
html[lang=ar] ul#footermap-colc, html[lang=ar] ul#footermap-cold,
html[lang=ar] ul#footermap-cole {
- float: right;
+ float: right;
}
html[lang=ar] ol,
@@ -54,17 +54,17 @@ html[lang=ar] ul {
}
html[lang=ar] span.download {
- left: 13px;
- right: auto;
+ left: 13px;
+ right: auto;
}
html[lang=ar] a.rss_logo {
- float: left;
+ float: left;
}
html[lang=ar] ol {
- list-style-type: -moz-arabic;
- list-style-type: arabic;
+ list-style-type: -moz-arabic;
+ list-style-type: arabic;
}
html[lang=ar] body {
@@ -83,3 +83,9 @@ html[lang=ar] #navbar ul, html[lang=ar] h1, h2, h3, h4, h5, h6 {
unicode-bidi: bidi-override;
font-family: sans-serif;
}
+
+/* Adjust padding direction for .project-news-content on the start page. */
+html[lang=ar] .project-news-content {
+ padding-left: 0px;
+ padding-right: 110px;
+}

© 2014-2024 Faster IT GmbH | imprint | privacy policy