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:
parent
21ee8dbe02
commit
2b0647a52c
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue