Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/help/xaoshelp.css
blob: b7f885733cc73e7f2117d43235607cdf7fcae361 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;
}