mirror of
https://github.com/correl/correl.github.io.git
synced 2025-01-01 11:03:18 +00:00
25 lines
No EOL
452 B
CSS
25 lines
No EOL
452 B
CSS
article {
|
|
margin-bottom: 1.5em;
|
|
}
|
|
|
|
article .excerpt,
|
|
article footer {
|
|
padding-left: 1.5em;
|
|
}
|
|
|
|
article header {
|
|
margin-bottom: 4em;
|
|
}
|
|
article header hr {
|
|
height: 1px;
|
|
border-bottom: 1px dashed #696969;
|
|
Background: none;
|
|
}
|
|
article .date {
|
|
float: left;
|
|
font-size: 11px;
|
|
font-family: "OpenSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-weight: normal;
|
|
color: #696969;
|
|
margin-top: -10px;
|
|
} |