Adjusted some css and html.

This commit is contained in:
phil 2013-06-12 19:42:40 +02:00
parent feef671053
commit 0f42567f9c
2 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,8 @@ footer#foot > ul > li:not(:last-of-type):after {
footer#foot > ul > li:last-of-type:after {
content: "."; }
footer#foot > p {
font-size: 0.8em; }
font-size: 0.8em;
text-align: justify; }
footer#foot > p:before,
footer#foot > ul:after {
content: "\A0";
@ -31,5 +32,4 @@ footer#foot > ul:after {
footer#foot > p:before {
margin-bottom: 24px; }
footer#foot > ul:after {
margin-top: 24px; }
margin-top: 24px; }