aboutsummaryrefslogtreecommitdiff
path: root/assets/html/style.css
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-07-27 14:36:03 -0700
committerScott Jackson <daneren2005@gmail.com>2013-07-27 14:36:03 -0700
commitfc19957642783f8d6f65e9eb24d89efcf9c900eb (patch)
tree342a8f3af72b050a2f7dbd6f089bca8c11cfb0c1 /assets/html/style.css
parent4738428c2c205f42200386ae09b44b9ec07b9144 (diff)
downloaddsub-fc19957642783f8d6f65e9eb24d89efcf9c900eb.tar.gz
dsub-fc19957642783f8d6f65e9eb24d89efcf9c900eb.tar.bz2
dsub-fc19957642783f8d6f65e9eb24d89efcf9c900eb.zip
Missed in commit
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