Posted to tcl by dbohdan at Mon Mar 30 11:26:12 GMT 2015view raw

  1. 39c39
  2. < #content pre {font-family:monospace;font-size:small;}
  3. ---
  4. > #content li.lt, #content li.dk {font-family:monospace;}
  5.  

Comments

Posted by dbohdan at Mon Mar 30 11:31:11 GMT 2015 [text] [code]

This patch is *wrong* because you still the <pre> rule. A corrected one follows: 39c39 < #content pre {font-family:monospace;font-size:small;} --- > #content li.lt, #content li.dk, #content pre {font-family:monospace;}