24 lines
382 B
CSS
24 lines
382 B
CSS
img {
|
|
margin: 0
|
|
}
|
|
|
|
#pageFooter {
|
|
font-family: arial, sans-serif;
|
|
font-weight: 100;
|
|
max-width: 90%;
|
|
margin: 0 auto;
|
|
font-size: 9px;
|
|
margin: 30px;
|
|
color: #555
|
|
}
|
|
|
|
#pageFooter .info {
|
|
border-bottom: 2px solid #CCC;
|
|
padding-bottom: 2px;
|
|
text-align: center;
|
|
font-size: 11px
|
|
}
|
|
|
|
#pageFooter p {
|
|
text-align: center
|
|
} |