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. --- slovak/debian-sk.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'slovak') diff --git a/slovak/debian-sk.css b/slovak/debian-sk.css index 4decf5269e8..fe9b8aec363 100644 --- a/slovak/debian-sk.css +++ b/slovak/debian-sk.css @@ -1,8 +1,7 @@ /* Debian language css file for slovak - sk */ /* please do not touch for now! - Jutta Wrage 2005 */ -html[lang=sk] #maincol { -} +html[lang=sk] #maincol {} /* quotes ok */ html[lang=sk] q:before { content: "\201E"; } @@ -13,4 +12,3 @@ html[lang=sk] q q:after { content: "\2018"; } html[lang=sk] blockquote.quote p:first-child:before { content: "\201E"; } html[lang=sk] blockquote.quote p:after { content: ""; } html[lang=sk] blockquote.quote p.last:after { content: "\201C"; } - -- cgit v1.2.3