summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek.chauhan@gmail.com>2008-09-26 03:17:42 +0530
committerMart Raudsepp <leio@gentoo.org>2008-09-26 01:05:03 +0300
commita71be0e82f91bc0444935be8a2b4852e0089b30d (patch)
tree374540993e3628a13efc2f97bc22a5a3f168f904 /default.css
parentSimplify Package.parse_mm() method by making use of builtin string methods (diff)
downloadgentoo-bumpchecker-a71be0e82f91bc0444935be8a2b4852e0089b30d.tar.gz
gentoo-bumpchecker-a71be0e82f91bc0444935be8a2b4852e0089b30d.tar.bz2
gentoo-bumpchecker-a71be0e82f91bc0444935be8a2b4852e0089b30d.zip
"Beautify" the html output page
Use pastel colors, pretty borders, and smaller font sizes ;p Also, reduce column width
Diffstat (limited to 'default.css')
-rw-r--r--default.css15
1 files changed, 15 insertions, 0 deletions
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;
+}