salix/print/report/report-header/assets/css/style.css

14 lines
278 B
CSS
Raw Normal View History

header {
2019-02-07 06:47:09 +00:00
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
border-bottom: 1px solid #DDD;
padding-bottom: 10px;
margin-bottom: 20px;
text-align: center;
font-size: 0.55em;
color: #555
}
header img {
margin-bottom: 10px;
width: 350px
2019-02-07 06:47:09 +00:00
}