From f259066b7fa47185d3d48a288621ec6daec3fea9 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 28 Oct 2012 00:03:00 +0200 Subject: make manual-update + css for manual --- info.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 info.css (limited to 'info.css') diff --git a/info.css b/info.css new file mode 100644 index 0000000..1ec7948 --- /dev/null +++ b/info.css @@ -0,0 +1,8 @@ +body { + margin : 0 0 0 0; + color : rgb(0, 0, 0); + background-color : rgb(249, 246, 240); + font-family : serif; + font-size : 11pt; +} + -- cgit