salix/services/print/application/template/footer/static/css/style.css

23 lines
363 B
CSS
Raw Normal View History

2017-11-27 14:08:18 +00:00
img {
margin: 0
}
#pageFooter {
font-family: arial, sans-serif;
font-weight: 100;
max-width: 90%;
margin: 0 auto;
font-size: 9px;
color: #555
}
#pageFooter .info {
border-bottom: 2px solid #CCC;
padding-bottom: 2px;
text-align: center;
font-size: 11px
}
#pageFooter p {
text-align: center
}