26 lines
242 B
CSS
26 lines
242 B
CSS
.print_ye_not {
|
|
display:none;
|
|
}
|
|
|
|
.content {
|
|
float:left;
|
|
font-size:12px;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
p {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.footer {
|
|
display:none;
|
|
}
|
|
|
|
a:link {
|
|
color:black;
|
|
font-size:12px;
|
|
}
|
|
|
|
h1 {
|
|
display: none;
|
|
} |