16 lines
279 B
Plaintext
16 lines
279 B
Plaintext
body#info p.contact-info {
|
|
clear: both;
|
|
}
|
|
body#info p.contact-info label {
|
|
font-weight: bold;
|
|
text-align: right;
|
|
display: block;
|
|
width: 5em;
|
|
float: left;
|
|
margin-right: 10px;
|
|
}
|
|
body#info p.contact-info span {
|
|
display: block;
|
|
float: left;
|
|
margin-bottom: 20px;
|
|
} |