diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-01-27 13:14:30 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-01-27 13:14:30 +0000 |
commit | ece7981356e8b5dc9dd81a34b54f0666a81a462b (patch) | |
tree | ab31f8aa22f272cc152ad2c8fba713ecf9c3bc85 | |
parent | e1da9a8eda7c217a0f7e4223c0eaf24a0bc9542c (diff) |
Make the base font size be sensible (i.e. the browser default)
-rw-r--r-- | public/stylesheets/custom.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public/stylesheets/custom.css b/public/stylesheets/custom.css index c6857a2..ec8bdda 100644 --- a/public/stylesheets/custom.css +++ b/public/stylesheets/custom.css @@ -1,6 +1,5 @@ body { color:#444; -font-size:12px; font-family:Arial, sans-serif; } |