diff options
author | cedricbonhomme <devnull@localhost> | 2011-08-25 22:17:31 +0200 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2011-08-25 22:17:31 +0200 |
commit | aa135653e325dc596c56e62aae574a4eea5ae373 (patch) | |
tree | 8c35608ff4b58b513b9e22382fdfa47030fcea6a /css | |
parent | Minor improvement of the control script (test if there is an argument). (diff) | |
download | newspipe-aa135653e325dc596c56e62aae574a4eea5ae373.tar.gz newspipe-aa135653e325dc596c56e62aae574a4eea5ae373.tar.bz2 newspipe-aa135653e325dc596c56e62aae574a4eea5ae373.zip |
HTML tags between <code> tags are now escaped by a regular expression.
Diffstat (limited to 'css')
-rwxr-xr-x | css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css index ebb571a0..5f9574e7 100755 --- a/css/style.css +++ b/css/style.css @@ -14,7 +14,8 @@ body { } code, pre { - font-size: 100%; + font: 400 0.85em Cambria, Georgia, "Trebuchet MS", Verdana, sans-serif, Fixed; + white-space:pre-wrap; } img { |