--- trunk/static/frey.css 2008/11/18 19:50:45 423 +++ trunk/static/frey.css 2008/11/18 23:24:10 424 @@ -143,7 +143,9 @@ color: #fff; padding: 0.5em; white-space: pre-wrap; - line-height: 1ex; /* compress lines to preserve memory footprint in browser for rendering */ + /* compress lines to preserve memory footprint in browser for rendering */ + font-size: 90%; + line-height: 1.2ex; } .frey-source .keyword { color: #ff6; } @@ -157,6 +159,7 @@ .frey-source .symbol { color: #6ff; } .frey-source .single { color: #f6f; } .frey-source .double { color: #f6f; } +.frey-source .interpolate { color: #f6f; } .frey-source .line_number { color: #222; } .frey-source .line_number a { color: #444; text-decoration: none; }