diff options
author | cedricbonhomme <devnull@localhost> | 2010-03-10 09:22:27 +0100 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2010-03-10 09:22:27 +0100 |
commit | 047176bb3d537c09ed44e0f62b7f8f5889ab90d7 (patch) | |
tree | b564339e94aa65db71d983a22f2175091cb78c5d /css | |
parent | Improvement. Faster display of some pages (using oice.langdet module). (diff) | |
download | newspipe-047176bb3d537c09ed44e0f62b7f8f5889ab90d7.tar.gz newspipe-047176bb3d537c09ed44e0f62b7f8f5889ab90d7.tar.bz2 newspipe-047176bb3d537c09ed44e0f62b7f8f5889ab90d7.zip |
Improvement of the security (test URLs,etc.). Added mutex.
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css index b1039673..67537a82 100644 --- a/css/style.css +++ b/css/style.css @@ -12,12 +12,12 @@ html, body { body { text-align: justify; - font: normal .9em/1.5em Cambria, Georgia, "Trebuchet MS", Verdana, sans-serif; + font: normal .8em/1.5em Cambria, Georgia, "Trebuchet MS", Verdana, sans-serif; } code, pre { - font-size: 110%; + font-size: 100%; } img { |