diff options
author | Kyle K <kylek389@gmail.com> | 2012-07-02 22:26:00 -0500 |
---|---|---|
committer | Kamil Kaminski <kyle@kkaminsk.com> | 2012-07-02 22:26:00 -0500 |
commit | 0b2942ec56f8015c41a82937a07680028060a0e7 (patch) | |
tree | f26932c8d2dcc840492d68f658550d93b158dd05 /protoype/public/stylesheets | |
parent | 46230d8dd0709829859dc1feb92db17933000fcc (diff) | |
download | fubar-0b2942ec56f8015c41a82937a07680028060a0e7.tar.gz fubar-0b2942ec56f8015c41a82937a07680028060a0e7.tar.bz2 fubar-0b2942ec56f8015c41a82937a07680028060a0e7.zip |
learn on events, tweak html
Diffstat (limited to 'protoype/public/stylesheets')
-rw-r--r-- | protoype/public/stylesheets/style.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/protoype/public/stylesheets/style.css b/protoype/public/stylesheets/style.css index c4dfff7..73d1927 100644 --- a/protoype/public/stylesheets/style.css +++ b/protoype/public/stylesheets/style.css @@ -1,9 +1,13 @@ body { - padding: 50px; - font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; + padding: 10px; + font: 12px "Lucida Grande", Helvetica, Arial, sans-serif; } a { color: #00B7FF; } +#listentry { + padding: 5px; +} + |