diff options
author | Kyle K <kylek389@gmail.com> | 2012-07-04 16:28:05 -0500 |
---|---|---|
committer | Kamil Kaminski <kyle@kkaminsk.com> | 2012-07-04 16:28:05 -0500 |
commit | 8197b662f43999304f853db21dc2bb18c2959a58 (patch) | |
tree | 6a99dac8facbbb719f536963ca9a540e8110a884 /protoype/public/stylesheets/style.css | |
parent | 214c9b65377d9c1a847e0cd9a2d1ea7fb3cbff65 (diff) | |
download | fubar-8197b662f43999304f853db21dc2bb18c2959a58.tar.gz fubar-8197b662f43999304f853db21dc2bb18c2959a58.tar.bz2 fubar-8197b662f43999304f853db21dc2bb18c2959a58.zip |
html, jade
Diffstat (limited to 'protoype/public/stylesheets/style.css')
-rw-r--r-- | protoype/public/stylesheets/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protoype/public/stylesheets/style.css b/protoype/public/stylesheets/style.css index 73d1927..9006e00 100644 --- a/protoype/public/stylesheets/style.css +++ b/protoype/public/stylesheets/style.css @@ -1,6 +1,6 @@ body { padding: 10px; - font: 12px "Lucida Grande", Helvetica, Arial, sans-serif; + font: 12px sans-serif; } a { |