From da8affb8273213cf58199b7fa71c44094c0ab237 Mon Sep 17 00:00:00 2001 From: Leighton Date: Thu, 2 Feb 2023 03:32:25 +0000 Subject: Update css formatting across all debian *.css files to be more consistent Removed excessive white space, set consistent tab spacing, replaced named colours (white and black) with hex values (#fff and #000) as well as replacing padding and margin values with more compact versions where possible. 'font-awesome.css' & 'docbook.css' are the only css files not modified in this commit. --- hebrew/debian-he.css | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'hebrew') diff --git a/hebrew/debian-he.css b/hebrew/debian-he.css index 26ccbe68aba..ebd7d92f4c1 100644 --- a/hebrew/debian-he.css +++ b/hebrew/debian-he.css @@ -1,19 +1,16 @@ /* Debian language css file for hebrew - he */ /* For comments and suggestions please contact oznahum at gmail.com */ -html[lang|=he] #serverselect { -} -html[lang|=he] #maincol { -} +html[lang|=he] #serverselect {} +html[lang|=he] #maincol {} html[lang|=he] #leftcol ul.cdmenu { width: 10em; } - #logo { direction: ltr; - float: left; - margin-left: 6px; - background: #FFFFFF; + float: left; + margin-left: 6px; + background: #fff; } q { font-style: italic; } @@ -23,7 +20,6 @@ html[lang|=he] q:after { content: "\201D"; } html[lang|=he] q q:before { content: "\2018"; } html[lang|=he] q q:after { content: "\2019"; } -/ html[lang|=he] blockquote p:first-child:before { content: "\201C"; } html[lang|=he] blockquote p.notlast:after { content: ""; } html[lang|=he] blockquote p:after { content: "\201D"; } @@ -31,7 +27,6 @@ html[lang|=he] blockquote p:after { content: "\201D"; } html[lang|=he] blockquote.question p:before { content: ""; } html[lang|=he] blockquote.question p:after, blockquote.documentquote p:after{ content: ""; } html[lang|=he] blockquote { font-style: italic; } -/ /* html[lang=en] .en2 q:before { content: "\2018"; } -- cgit v1.2.3