changeset 164:238b36c1a355

make a-z fit on one line.
author casties
date Thu, 06 Jun 2013 19:45:56 +0200
parents ed1366e3c533
children 2662a043391d
files css/mpiwg.css
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/css/mpiwg.css	Thu Jun 06 19:13:46 2013 +0200
+++ b/css/mpiwg.css	Thu Jun 06 19:45:56 2013 +0200
@@ -634,8 +634,10 @@
 div.tool.box div.atoz {
     color: #887163;
     font-family: Verdana, Arial, sans-serif;
+    font-style: normal;
     font-size: 14px;
-    font-style: normal;
+    /* try to make a-z fit on one line */
+    word-spacing: -1px;
     margin-top: 10px;
 }