* 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
No EOL
337 B
CSS
18 lines
No EOL
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;
|
|
} |