Update skin.css

Increased table width just a little bit, to prevent the longer foreign language translated strings to break window layouts.
This commit is contained in:
nagyrobi 2013-08-15 12:48:04 +02:00
parent 21ee8dbe02
commit 2b0647a52c
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ ul.tabList li.active a {
*/ */
#content table.minor { #content table.minor {
width: 200px; width: 280px;
margin: 0 auto; margin: 0 auto;
} }