From a71be0e82f91bc0444935be8a2b4852e0089b30d Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Fri, 26 Sep 2008 03:17:42 +0530 Subject: "Beautify" the html output page Use pastel colors, pretty borders, and smaller font sizes ;p Also, reduce column width --- default.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 default.css (limited to 'default.css') diff --git a/default.css b/default.css new file mode 100644 index 0000000..e45549d --- /dev/null +++ b/default.css @@ -0,0 +1,15 @@ +body { + font-size: 0.9em; + font-family: sans-serif; +} + +table { + font-size: 0.8em; + border-style: dotted; + border-width: 1px; +} + +tr { + border-style: dotted; + border-width: 1px; +} -- cgit v1.2.3-65-gdbad