mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 12:31:06 -05:00
no lis
This commit is contained in:
parent
f64bdee7f3
commit
d65e23ccf3
@ -579,9 +579,7 @@ class Pastes extends CI_Model
|
||||
private
|
||||
function _format_diff($text)
|
||||
{
|
||||
$text = explode("\n", $text);
|
||||
$text = '<ol><li>' . implode('</li><li>', $text) . '</li></ol>';
|
||||
$text = '<div class="text" style="font-family:monospace;">' . $text . '</div>';
|
||||
$text = '<div class="text" style="font-family:monospace; font: normal normal 1em/1.2em monospace;">' . $text . '</div>';
|
||||
return $text;
|
||||
}
|
||||
}
|
||||
|
@ -408,7 +408,6 @@ h4 {
|
||||
|
||||
.text_formatted ol li {
|
||||
list-style: decimal outside;
|
||||
font: normal normal 1em/1.2em monospace
|
||||
}
|
||||
|
||||
.text_formatted ins {
|
||||
|
Loading…
x
Reference in New Issue
Block a user