6,834
edits
No edit summary |
No edit summary |
||
Line 31: | Line 31: | ||
.wikitable-parameters, | .wikitable-parameters, | ||
.wikitable-returns | .wikitable-returns, | ||
.wikitable-callback | |||
{ | { | ||
border: none !important; | border: none !important; | ||
Line 38: | Line 39: | ||
.wikitable-parameters td, | .wikitable-parameters td, | ||
.wikitable-returns td | .wikitable-returns td, | ||
.wikitable-callback td | |||
{ | { | ||
border: none !important; | border: none !important; | ||
Line 49: | Line 51: | ||
.wikitable-returns td:nth-child(1), | .wikitable-returns td:nth-child(1), | ||
.wikitable-returns td:nth-child(2), | .wikitable-returns td:nth-child(2), | ||
.wikitable- | .wikitable-callback td:nth-child(1), | ||
.wikitable-callback td:nth-child(2), | |||
.wikitable-callback td:nth-child(3) | |||
{ | { | ||
font-family: 'Source Code Pro', monospace; | font-family: 'Source Code Pro', monospace; | ||
Line 55: | Line 59: | ||
.wikitable-parameters tr:not(:last-child) td, | .wikitable-parameters tr:not(:last-child) td, | ||
.wikitable-returns tr:not(:last-child) td | .wikitable-returns tr:not(:last-child) td, | ||
.wikitable-callback tr:not(:last-child) td | |||
{ | { | ||
border-bottom: solid 1px #cccccc !important; | border-bottom: solid 1px #cccccc !important; | ||
Line 88: | Line 93: | ||
width: 321px; | width: 321px; | ||
height: 423px; | height: 423px; | ||
} | } |
edits