mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
feat(bbcode): Added [nfo]
and [pre]
tags (#1923)
This commit is contained in:
parent
5768fe7071
commit
f64c340563
4 changed files with 30 additions and 0 deletions
|
@ -392,6 +392,26 @@ a.gen, a.med, a.genmed, a.small, a.gensmall {
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
.post_body pre {
|
||||
border: none;
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.post-pre {
|
||||
white-space: pre-wrap;
|
||||
font-family: "Lucida Console", Consolas, monospace;
|
||||
}
|
||||
|
||||
.post-nfo {
|
||||
font-size: 13px;
|
||||
line-height: 1em;
|
||||
white-space: pre;
|
||||
font-family: Consolas, monospace;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
/* ---------------------------------- *
|
||||
Code blocks
|
||||
* ---------------------------------- */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue