mirror of https://gitlab.com/bashrc2/epicyon
Underline the current page number
parent
f021c3658a
commit
50ca1ca730
|
@ -1848,7 +1848,8 @@ h3 {
|
|||
.columnIcons img {
|
||||
float: right;
|
||||
}
|
||||
.pageslist {
|
||||
.pageslist mark {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.voteresult {
|
||||
width: var(--voteresult-width);
|
||||
|
@ -2640,7 +2641,8 @@ h3 {
|
|||
float: right;
|
||||
margin-right: 1vw;
|
||||
}
|
||||
.pageslist {
|
||||
.pageslist mark {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.voteresult {
|
||||
width: var(--voteresult-width-mobile);
|
||||
|
@ -3428,7 +3430,8 @@ h3 {
|
|||
float: right;
|
||||
margin-right: 1vw;
|
||||
}
|
||||
.pageslist {
|
||||
.pageslist mark {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.voteresult {
|
||||
width: var(--voteresult-width-tiny);
|
||||
|
|
Loading…
Reference in New Issue