From 81fa7bd8b6a632a77ccf6267bbd06b4ebfa06594 Mon Sep 17 00:00:00 2001 From: p4bl0 Date: Sun, 25 Jul 2010 18:52:35 +0200 Subject: now generating rss feed too --- default-files/fugitive.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'default-files/fugitive.css') diff --git a/default-files/fugitive.css b/default-files/fugitive.css index 1c4eaba..cc2f544 100644 --- a/default-files/fugitive.css +++ b/default-files/fugitive.css @@ -124,6 +124,29 @@ article > div p { margin: 1em 0; text-indent: 2em; } +article > div p.important:before { + content: "important: "; + color: #f00; + font-weight: bold; + font-variant: small-caps; +} +article > div p.warning:before { + content: "warning: "; + color: #fa0; + font-weight: bold; + font-variant: small-caps; +} +article > div p.info:before { + content: "info: "; + color: #080; + font-weight: bold; + font-variant: small-caps; +} +article > div p.note:before { + content: "note: "; + font-weight: bold; + font-variant: small-caps; +} article > div ul { margin: 1em 0; padding: 0 0 0 3em; -- cgit v1.2.3