diff --git a/style.css b/style.css index a0aa97f..dca2a90 100755 --- a/style.css +++ b/style.css @@ -22,9 +22,6 @@ th { tr { white-space: nowrap; } -th.detail { - display: none; -} .shrink { padding-top: 0px !important; padding-bottom: 0px !important; @@ -36,6 +33,8 @@ td.detail { font-size: 0.8em; max-width: 42em; color: #555; + display: none; + margin-bottom: 0em; } td.tagline, td.overview, td.consensus { text-align: justify; @@ -82,8 +81,8 @@ td.cast, td.country , td.tagline, td.overview, td.time, td.cost, td.studio, td.p margin-left: 1em; padding-left: 1em; } -td.detail { - margin-bottom: 0em; +td.files { + white-space: nowrap; } td.country { margin-bottom: 2em;