Footer style

This commit is contained in:
Michal Čihař 2012-02-29 13:20:40 +01:00
parent 3bd8528945
commit dd2892e020

View File

@ -1,3 +1,20 @@
td.right { td.right {
text-align: right; text-align: right;
} }
ul.footer{
padding:0;
margin:1em;
max-width:none;
clear:both;
}
ul.footer li{
font-size:smaller;
list-style:none;
float:left;
padding:1em;
color:gray;
border:none;
}
ul.footer a{
color:#333;
}