aboutsummaryrefslogtreecommitdiff
path: root/assets/html/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/html/style.css')
-rw-r--r--assets/html/style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/html/style.css b/assets/html/style.css
new file mode 100644
index 00000000..9c1d55f2
--- /dev/null
+++ b/assets/html/style.css
@@ -0,0 +1,11 @@
+/*
+* Taken from http://yui.yahooapis.com/2.8.0r4/build/fonts/fonts.css
+*/
+body {
+ font: 13px / 1.231 arial, helvetica, clean, sans-serif;
+}
+
+table {
+ font-size:inherit;
+ font:100%;
+} \ No newline at end of file