From f6473374cf5984ebdb3e96edc1e176ae65bc2eac Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sun, 15 Nov 2009 23:38:56 +0100 Subject: We want to follow jetpack directory. Filtering out will be done before merge to master. --- install-skip-bugzilla_soubory/style.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 install-skip-bugzilla_soubory/style.css (limited to 'install-skip-bugzilla_soubory/style.css') diff --git a/install-skip-bugzilla_soubory/style.css b/install-skip-bugzilla_soubory/style.css new file mode 100644 index 0000000..d6c4961 --- /dev/null +++ b/install-skip-bugzilla_soubory/style.css @@ -0,0 +1,24 @@ +body { + font-size: 1.3em; + font-family: serif; +} +h1 { + font-size: 2em; + font-family: Helvetica, Arial, sans-serif; +} +p { + width: 35em; + line-height: 1.2em; +} +aside { + font-size: 0.5em; +} +footer { + font-size: 0.8em; +} +ul { + list-style-type: none; +} +li { + margin: 0.3em 0; +} -- cgit