Mercurial > hg > MPIWGWeb
comparison css/mpiwg.css @ 164:238b36c1a355
make a-z fit on one line.
author | casties |
---|---|
date | Thu, 06 Jun 2013 19:45:56 +0200 |
parents | 2b5adc7f5445 |
children | 2662a043391d |
comparison
equal
deleted
inserted
replaced
163:ed1366e3c533 | 164:238b36c1a355 |
---|---|
632 } | 632 } |
633 | 633 |
634 div.tool.box div.atoz { | 634 div.tool.box div.atoz { |
635 color: #887163; | 635 color: #887163; |
636 font-family: Verdana, Arial, sans-serif; | 636 font-family: Verdana, Arial, sans-serif; |
637 font-style: normal; | |
637 font-size: 14px; | 638 font-size: 14px; |
638 font-style: normal; | 639 /* try to make a-z fit on one line */ |
640 word-spacing: -1px; | |
639 margin-top: 10px; | 641 margin-top: 10px; |
640 } | 642 } |
641 | 643 |
642 div.tool.box input.checkbox, | 644 div.tool.box input.checkbox, |
643 div.tool.box input.radio { | 645 div.tool.box input.radio { |