From d9f70272162206a8c87761d51a942f1a5cea1d88 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 19 Nov 2009 20:54:05 +0000 Subject: [PATCH] web: add missing stylesheet --- Commands/Web/static/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Commands/Web/static/style.css diff --git a/Commands/Web/static/style.css b/Commands/Web/static/style.css new file mode 100644 index 000000000..fab7d39b3 --- /dev/null +++ b/Commands/Web/static/style.css @@ -0,0 +1,12 @@ +/* hledger web ui stylesheet */ + +body { font-family: "helvetica","arial", "sans serif"; margin:0; } +#navbar { background-color:#eeeeee; border-bottom:2px solid #dddddd; padding:4px 4px 6px 4px; } +#navlinks { display:inline; } +.navlink { font-weight:normal; } +#searchform { font-size:small; display:inline; margin-left:1em; } +#resetlink { } +#messages { color:red; background-color:#ffeeee; margin:0.5em;} +#content { padding:0 4px 0 4px; } +#addform { margin-left:1em; font-size:small; float:right;} +#addform table { background-color:#eeeeee; border:2px solid #dddddd; }