discourse-legacysite-perl/site/common/static/css/articles.css

40 lines
462 B
CSS
Raw Normal View History

2024-06-17 12:24:05 +00:00
@import url(core.css);
.headbox .botbox {
border-right: 0;
height: 15px;
}
.line {
margin: 20px 0;
}
/* privacy */
.headbox .published-date {
float: right;
color: #adadad;
}
.headbox .author {
padding-left: 20px;
}
.headbox .author,
.headbox .author a {
overflow: hidden;
text-transform: uppercase;
font-size: 15px;
color: #adadad;
}
/* about us */
.bio {
margin: 20px 0;
}
.bio .bio-photo {
float: left;
padding-right: 10px;
}