correl.github.io/stylesheets/blog.css

26 lines
471 B
CSS
Raw Normal View History

2013-11-27 06:01:27 +00:00
article {
margin-bottom: 1.5em;
}
article .excerpt,
article footer {
padding-left: 1.5em;
}
article header {
margin-bottom: 4em;
}
2013-11-27 14:08:16 +00:00
article header hr,
article footer hr {
2013-11-27 06:01:27 +00:00
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;
}