aboutsummaryrefslogtreecommitdiffstats
path: root/english/debian-en.css
diff options
context:
space:
mode:
authorLeighton <git@leightski.co.uk>2023-02-02 03:32:25 +0000
committerLaura Arjona Reina <larjona@debian.org>2023-02-04 15:28:49 +0000
commitda8affb8273213cf58199b7fa71c44094c0ab237 (patch)
treeb655037b40f736e6585e988e42ba21e763e87bb0 /english/debian-en.css
parent5f1bf2696d4f10f3f5c163f98e26776534f834cb (diff)
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.
Diffstat (limited to 'english/debian-en.css')
-rw-r--r--english/debian-en.css8
1 files changed, 3 insertions, 5 deletions
diff --git a/english/debian-en.css b/english/debian-en.css
index 572f72dc5f5..4d921a45959 100644
--- a/english/debian-en.css
+++ b/english/debian-en.css
@@ -1,15 +1,13 @@
/* Debian language css file for english - en */
/* please do not touch for now! - Jutta Wrage 2005 */
-html[lang|=en] #serverselect {
-}
-html[lang|=en] #maincol {
-}
+html[lang|=en] #serverselect {}
+html[lang|=en] #maincol {}
html[lang|=en] #leftcol ul.cdmenu {
width: 10em;
}
-
q { font-style: italic; }
+
/* quotes */
html[lang|=en] q:before { content: "\201C"; }
html[lang|=en] q:after { content: "\201D"; }

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