mirror of
https://github.com/LX3JL/xlxd.git
synced 2026-04-05 06:25:17 +00:00
Merge pull request #99 from narspt/patch-2
make sure buttons text never word-wrap
This commit is contained in:
commit
201a45832c
1 changed files with 2 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ a.tip:hover span {
|
|||
.menulink {
|
||||
font-size : 14pt;
|
||||
text-decoration : none;
|
||||
white-space : nowrap;
|
||||
border : 1px #000000 solid;
|
||||
padding-left : 10px;
|
||||
padding-top : 3px;
|
||||
|
|
@ -96,6 +97,7 @@ a.tip:hover span {
|
|||
.menulinkactive {
|
||||
font-size : 14pt;
|
||||
text-decoration : none;
|
||||
white-space : nowrap;
|
||||
border : 1px #000000 solid;
|
||||
padding-left : 10px;
|
||||
padding-top : 3px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue