diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-12 19:58:57 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-12 19:58:57 +0100 |
commit | 471df185430636b33ba9e49c33f802bc2bc2a725 (patch) | |
tree | 885e9dd62f661d2b6ae8d31bd8e41afa3c9129d7 /style | |
parent | 9727a1c9e1a913da7e5be29f4697e2e085b7a8e2 (diff) | |
download | mutti-web-471df185430636b33ba9e49c33f802bc2bc2a725.tar.gz mutti-web-471df185430636b33ba9e49c33f802bc2bc2a725.tar.bz2 mutti-web-471df185430636b33ba9e49c33f802bc2bc2a725.zip |
style: Remove unneeded clear from #footer
Diffstat (limited to 'style')
-rw-r--r-- | style/style.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/style/style.css b/style/style.css index 6d31ff0..c15f421 100644 --- a/style/style.css +++ b/style/style.css @@ -254,7 +254,6 @@ label { } #footer { - clear: both; margin: 0 auto; padding: 20px 0; text-align: center; |