From 1030dc837b10a03a02a85d5504cbeec168ce49e2 Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Mon, 03 May 2010 21:53:47 +0000 Subject: Import XaoS r489 (trunk after version 3.5) --- (limited to 'help/xaoshelp.css') diff --git a/help/xaoshelp.css b/help/xaoshelp.css new file mode 100644 index 0000000..b7f8857 --- /dev/null +++ b/help/xaoshelp.css @@ -0,0 +1,18 @@ +body { + font-size: 9pt; + font-family: "Lucida Grande", "Segoe UI", Arial, sans-serif; +} + +a { + color: #778fbd; + font-weight: bold; + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + +dt { + font-weight: bold; +} -- cgit v0.9.1