18 lines
245 B
CSS
18 lines
245 B
CSS
body {
|
|
display: block;
|
|
max-width: 700px;
|
|
margin: 0 auto;
|
|
padding: 0;
|
|
font-size: 14px;
|
|
}
|
|
|
|
location {
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
time {
|
|
float: right;
|
|
font-size: inherit;
|
|
font-weight: bold;
|
|
} |