1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00

Try code detection, and if detected has plain text,, do not apply code coloration

This commit is contained in:
sam
2012-05-22 19:10:54 +02:00
parent a824bc2a21
commit 7b8108ea6b
3 changed files with 56 additions and 9 deletions

View File

@ -181,9 +181,7 @@ input.hide-upload {
}
#paste-content.done {
background-color: white;
padding-top:1em;
#paste-content.linenums {
padding-left:0;
}
@ -360,3 +358,7 @@ canvas {
#faq p {
margin:1em;
}
#force-coloration {
text-decoration:underline;
}