1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-03 19:56:22 -07:00

Add bbcode, HTML reparsing function for imageboard admins

This commit is contained in:
Joshua Merrell 2018-02-10 16:30:35 -08:00
parent 4d93f8bb98
commit 46a3e8ac77
9 changed files with 55 additions and 17 deletions

View file

@ -178,7 +178,6 @@ table#pages td {
}
.post-text {
white-space: pre-wrap;
padding: 8px;
}
@ -232,8 +231,7 @@ table#pages td {
}
.dropdown-button {
display: inline;
padding: 4px;
padding: 4px 8px;
float: right;
}