diff options
author | Stefan Ritter <xeno@thehappy.de> | 2009-11-11 16:29:20 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2009-11-11 16:29:20 +0100 |
commit | 755d3732a3bb5d3a898736edd460b0835217329d (patch) | |
tree | b4f3b732bb5ed765fa3e561883bd2cc32e91b27b | |
parent | 28f92c3c93fa4dd8a2367d6aff9ed7ee5cf8a07b (diff) |
Added missing img stylesheet
-rw-r--r-- | styles/zenburn.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/styles/zenburn.css b/styles/zenburn.css index 1ece6dc..b77a3ca 100644 --- a/styles/zenburn.css +++ b/styles/zenburn.css @@ -11,7 +11,11 @@ a { text-decoration: none; font-size: 0.8em; color: #7c73c3; -} +} + +img { + border: none; +} .header { margin: 5px 0px 5px 30px; |