Skip to content

Commit

Permalink
Set min-width on th
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Dec 19, 2012
1 parent dcfb030 commit 6cb15ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/bootstrap_and_overrides.css
Expand Up @@ -61,7 +61,7 @@ body {

.container span.hl { background:#efefef; padding:2px;}
.container h2 { margin:10px 0; font-size:130%;}
.container table tr th { background:#efefef; color:#888; font-size:15px; font-weight:bold;}
.container table tr th { background:#efefef; color:#888; font-size:15px; font-weight:bold; min-width: 16px; }
.container table tr td.no-data { text-align:center; padding:40px 0; color:#999; font-style:italic; font-size:130%;}
.container p { margin:5px 0;}
.container p.intro { margin-bottom:15px; font-size:85%; color:#999; margin-top:0; line-height:1.3;}
Expand Down

0 comments on commit 6cb15ad

Please sign in to comment.