Lock the font size via CSS
authorJoey Schulze <joey@infodrom.org>
Mon, 13 Nov 2006 18:49:31 +0000 (18:49 +0000)
committerJoey Schulze <joey@infodrom.org>
Mon, 13 Nov 2006 18:49:31 +0000 (18:49 +0000)
Styles/quote.style

index a45968f..58c8f2c 100644 (file)
       || ($firstchar == " ")
       || ($firstchar == "[") ) {
       $pre = 1;
-      $result = "<small><pre>\n";
+      $result = "<pre class=\"smallfont\">\n";
     } else {
       $result = "<p>\n";
     }
        $line = ereg_replace ("^                ?-- ", "", $line);
        if ($pre) {
          $pre = 0;
-         $result .= "</pre></small>\n";
+         $result .= "</pre>\n";
        } else {
          $result .= "</p>\n";
        }
     }
     if ($pre) {
       $pre = 0;
-      $result .= "</pre></small>\n";
+      $result .= "</pre>\n";
     } else {
       $result .= "</p>\n";
     }