documentation/documentation-style.css
author Tom Sutcliffe <thomas.sutcliffe@accenture.com>
Tue, 14 Sep 2010 09:49:39 +0100
changeset 68 377ac716dabb
parent 0 7f656887cf89
permissions -rw-r--r--
Added --no-write to gobble, fixed crash in start --timeout. Also changed help to output one command per line (instead of columnizing) if not attached to a console. It's the same as what ls does.

code
	{
	font-family: monospace;
	background-color: #FFFDDF;
	padding:1px;
	border:1px solid #EEECCE;
	}

body
	{
	background-color: #FFFFFF;
	font-family: verdana, sans-serif;
	font-size: 12px;
	}