diff options
author | Stefan Ritter <xeno@thehappy.de> | 2009-11-13 10:46:07 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2009-11-13 10:46:07 +0100 |
commit | 9197630601df21b273d19ffcf6905fa787455c18 (patch) | |
tree | 9a605b1dea1fc90d3375ba25c93f26c0ed6d1676 /styles | |
parent | 755d3732a3bb5d3a898736edd460b0835217329d (diff) |
Added padding-left for entry titles in zenburn
Diffstat (limited to 'styles')
-rw-r--r-- | styles/zenburn.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/styles/zenburn.css b/styles/zenburn.css index b77a3ca..19d9262 100644 --- a/styles/zenburn.css +++ b/styles/zenburn.css @@ -111,6 +111,7 @@ img { font-weight: bold; font-size: 0.9em; color: #c3bf9f; + padding-left: 2px; } .entry_date { |