16 lines
255 B
CSS
16 lines
255 B
CSS
|
img {
|
||
|
margin: 0
|
||
|
}
|
||
|
|
||
|
#pageHeader-first {
|
||
|
border-bottom: 1px solid #DDD;
|
||
|
font-family: arial, sans-serif;
|
||
|
padding-bottom: 10px;
|
||
|
text-align: center;
|
||
|
font-size: 10px;
|
||
|
color: #555
|
||
|
}
|
||
|
|
||
|
.header p {
|
||
|
text-align: center
|
||
|
}
|