Files
aowow/static/css/article.css
Sarjuuk b890d6504e Guides: initial implementation
* a guide is a wrapper around an article providing management tools.
 * administration is limited to the review process. Needs to be expanded.
 * articles on DB pages are seperate. Editor will be added in the future.
2022-03-22 15:43:39 +01:00

18 lines
337 B
CSS

.article-header {
position: relative;
background: repeat-x;
margin-bottom: 10px;
}
.article-header, .article-header a {
height: 125px;
}
.article-header var, .article-header span, .article-header a {
background: no-repeat;
display: block;
}
.article-header var, .article-header span {
position: absolute;
}