Skip to content

Commit

Permalink
Changed th { background: ... } to thead th { background: ... }
Browse files Browse the repository at this point in the history
  • Loading branch information
Montoya committed Nov 10, 2008
1 parent 682bfad commit 29f7d11
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions blueprint/screen.css
Expand Up @@ -54,11 +54,12 @@ dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#c3d9ff;}
th, td {padding:4px 10px 4px 5px;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;padding:4px 10px 4px 5px;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
Expand Down
7 changes: 4 additions & 3 deletions blueprint/src/typography.css
Expand Up @@ -78,11 +78,12 @@ dd { margin-left: 1.5em;}
-------------------------------------------------------------- */

table { margin-bottom: 1.4em; width:100%; }
th { font-weight: bold; background: #c3d9ff; }
th,td { padding: 4px 10px 4px 5px; }
th { font-weight: bold; }
thead th { background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td { background: #e5ecf9; }
tfoot { font-style: italic; }
caption { background: #eee; padding: 4px 10px 4px 5px; }
caption { background: #eee; }


/* Misc classes
Expand Down

0 comments on commit 29f7d11

Please sign in to comment.