correl.github.io/stylesheets/blog.css

31 lines
539 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;
2014-04-29 17:12:07 +00:00
}
2015-03-18 17:03:31 +00:00
div.twitter-container {
2014-04-29 17:12:07 +00:00
position: absolute;
left: 700px;
2013-11-27 06:01:27 +00:00
}