Skip to content

Commit

Permalink
one more CSS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cocide committed Nov 5, 2012
1 parent 29cd87a commit c9e83e5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ th {
tr {
white-space: nowrap;
}
th.detail {
display: none;
}
.shrink {
padding-top: 0px !important;
padding-bottom: 0px !important;
Expand All @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit c9e83e5

Please sign in to comment.