forked from leftypol/leftypol
Added option for hiding IDs.
This commit is contained in:
parent
33ef3f9b01
commit
d069a4c9fd
3 changed files with 57 additions and 27 deletions
|
@ -8,6 +8,10 @@ body {
|
|||
padding-right: 4px;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display:none;
|
||||
}
|
||||
|
||||
a,a:visited {
|
||||
text-decoration: underline;
|
||||
color: #34345C;
|
||||
|
@ -905,6 +909,10 @@ pre {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.poster_id::before {
|
||||
content: " ID: ";
|
||||
}
|
||||
|
||||
pre {
|
||||
/* Better code tags */
|
||||
max-width:inherit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue