forked from leftypol/leftypol
[HACK] Hide <tinyboard> tags in CSS
See https://git.leftypol.org/leftypol/leftypol/issues/65
This commit is contained in:
parent
4efe45fe23
commit
b055b1101b
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
|||
/*Lainchan*/
|
||||
|
||||
/* Hack: make <tinyboard> tags invisible. https://git.leftypol.org/leftypol/leftypol/issues/65
|
||||
Turning a post into raw HTML mode will copy the content of these tags,
|
||||
so flags and other data will show. This hides them, but they still exist. */
|
||||
tinyboard{
|
||||
display:none;
|
||||
}
|
||||
|
||||
|
||||
div.sidearrows{
|
||||
display:none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue