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