Footer style
This commit is contained in:
parent
3bd8528945
commit
dd2892e020
@ -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;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user