# HG changeset patch # User casties # Date 1370540756 -7200 # Node ID 238b36c1a3559f47e704970ea76334b0cda2a17c # Parent ed1366e3c533028b46bd6ed502e44cb7adea7ca7 make a-z fit on one line. diff -r ed1366e3c533 -r 238b36c1a355 css/mpiwg.css --- 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; }