mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-09-17 19:24:37 -04:00
added autoloading, configurable paste size limit, changed JS to calculate localized comment times instead of UTC
This commit is contained in:
parent
5d6401b44d
commit
edf95ff56d
14 changed files with 207 additions and 91 deletions
|
@ -32,7 +32,7 @@
|
|||
}
|
||||
|
||||
/* Put a border around prettyprinted code snippets. */
|
||||
pre.prettyprint { padding: 2px; border: 1px solid #888; background-color:white; }
|
||||
pre.prettyprint { padding: 2px; border: 1px solid #888; background-color:white; white-space:pre-wrap; }
|
||||
|
||||
/* Specify class=linenums on a pre to get line numbering */
|
||||
ol.linenums {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue