Fixed articles views.
This commit is contained in:
parent
fd361090b4
commit
f30e57dd49
18 changed files with 159 additions and 153 deletions
|
|
@ -49,6 +49,14 @@ footer {
|
|||
}
|
||||
|
||||
table {
|
||||
|
||||
th.sortdown a:after {
|
||||
content: ' \25BC';
|
||||
}
|
||||
th.sortup a:after {
|
||||
content: ' \25B2';
|
||||
}
|
||||
|
||||
tr.article-category {
|
||||
background-color: #efefef;
|
||||
td:first-child {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue