summaryrefslogtreecommitdiff
path: root/default-files/fugitive.css
diff options
context:
space:
mode:
authorp4bl0 <pablo@rauzy.name>2010-07-25 18:52:35 +0200
committerp4bl0 <pablo@rauzy.name>2010-07-25 18:52:35 +0200
commit81fa7bd8b6a632a77ccf6267bbd06b4ebfa06594 (patch)
tree61673afeb87c3d94d4083cce221a2c1a3eab6a16 /default-files/fugitive.css
parentdbae9472bd08b9e5edd5bbdc5dcd8a0781010511 (diff)
now generating rss feed too
Diffstat (limited to 'default-files/fugitive.css')
-rw-r--r--default-files/fugitive.css23
1 files changed, 23 insertions, 0 deletions
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;