Added option for hiding IDs.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user