aboutsummaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2011-08-25 22:17:31 +0200
committercedricbonhomme <devnull@localhost>2011-08-25 22:17:31 +0200
commitaa135653e325dc596c56e62aae574a4eea5ae373 (patch)
tree8c35608ff4b58b513b9e22382fdfa47030fcea6a /css/style.css
parentMinor improvement of the control script (test if there is an argument). (diff)
downloadnewspipe-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/style.css')
-rwxr-xr-xcss/style.css3
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 {
bgstack15