mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
* 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.
18 lines
337 B
CSS
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;
|
|
} |