diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2012-04-09 16:43:53 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2012-04-09 16:43:53 +0200 |
commit | f7eb36d782508cbf3cc73e1f05630776d4a207bd (patch) | |
tree | 7a56c51baa4e220ec4db1bdf5a0c169a0ec830be /static | |
parent | a315bdaf6dea23da17c09d279f374421c6d88549 (diff) |
Lafargue: Add Atom feed.
Diffstat (limited to 'static')
-rw-r--r-- | static/style/lafargue.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/style/lafargue.css b/static/style/lafargue.css index 31b6a30..9b54b43 100644 --- a/static/style/lafargue.css +++ b/static/style/lafargue.css @@ -10,7 +10,7 @@ margin-bottom: 1em; } -#lafargue-message-footer { +#lafargue-footer { text-align: right; position: relative; padding: 0.5em 0.5em 0.5em 0.5em; @@ -19,7 +19,7 @@ font-style: oblique; } -#lafargue-message-footer-text { +#lafargue-footer-text { padding: 0.5em 1em 0.5em 1em; border: solid 1px #000; background-color: orange; |