discourse-legacysite-perl/site/common/static/css/articles.css
2024-06-17 22:24:05 +10:00

40 lines
462 B
CSS

@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;
}