Added option for hiding IDs.

This commit is contained in:
Forkless 2014-11-03 02:28:04 -06:00 committed by czaks
parent 33ef3f9b01
commit d069a4c9fd
3 changed files with 57 additions and 27 deletions

View file

@ -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;