diff options
Diffstat (limited to 'theme')
-rwxr-xr-x | theme/custom/custom.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/theme/custom/custom.css b/theme/custom/custom.css index 7f6e9b6..f27695a 100755 --- a/theme/custom/custom.css +++ b/theme/custom/custom.css @@ -183,3 +183,15 @@ div.figure { font-size:90%; color:#6c757d } +main article table { + width: 100%; +} +main article table th.field-name { + width: 10em; + text-align: right; + border-top: 0px; + word-wrap:break-word; +} +main article table td.field-body { + border-top: 0px; +} |