From: -z- Date: Tue, 18 May 2010 14:59:00 +0000 (+0000) Subject: added stylesheet X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b0c7bdc21fb57d2cdfa2dddb037cfb32f6f831b1;p=xonotic%2Fxonotic.wiki.git added stylesheet (Commit created by redmine exporter script from page "StyleSheet" version 1) --- diff --git a/StyleSheet.textile b/StyleSheet.textile new file mode 100644 index 0000000..0a6265b --- /dev/null +++ b/StyleSheet.textile @@ -0,0 +1,14 @@ +.red p{ +color: #ff0000; +font-weight: bold; +} + +.yellow p{ +color: #ffff00; +font-weight: bold; +} + +.green p{ +color: #008800; +font-weight: bold; +}