diff options
author | bnewbold <bnewbold@manus.(none)> | 2007-06-30 03:23:00 -0400 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2007-06-30 03:23:00 -0400 |
commit | 6951eb85239f386c8a0b6fd4051f5fbc1d8a77e0 (patch) | |
tree | fff1aa978025b227e8ad6222fb50af191379dabd /static/style/font-serif.css | |
parent | fed6d5930825914e07095cf2c330add257088bfb (diff) | |
download | bnewnet-6951eb85239f386c8a0b6fd4051f5fbc1d8a77e0.tar.gz bnewnet-6951eb85239f386c8a0b6fd4051f5fbc1d8a77e0.zip |
added hack-ish style tweaking controls
TODO: add font selector styles, make it all work, cookies?
Diffstat (limited to 'static/style/font-serif.css')
-rw-r--r-- | static/style/font-serif.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style/font-serif.css b/static/style/font-serif.css new file mode 100644 index 0000000..dd3e369 --- /dev/null +++ b/static/style/font-serif.css @@ -0,0 +1 @@ +body { font-family: serif; } |