]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
added stylesheet
author-z- <z@xonotic.org>
Tue, 18 May 2010 14:59:00 +0000 (14:59 +0000)
committerRedmineExport <redmineexport@dev.xonotic.org>
Mon, 17 Nov 2014 17:53:33 +0000 (17:53 +0000)
(Commit created by redmine exporter script from page "StyleSheet" version 1)

StyleSheet.textile [new file with mode: 0644]

diff --git a/StyleSheet.textile b/StyleSheet.textile
new file mode 100644 (file)
index 0000000..0a6265b
--- /dev/null
@@ -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;
+}