Skip to content

Commit

Permalink
Border fixes for tables
Browse files Browse the repository at this point in the history
  • Loading branch information
wafflesnatcha committed Apr 13, 2012
1 parent 7779346 commit 6e39a69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion style.scss
Expand Up @@ -305,7 +305,11 @@ body.scott {

.pro_table {
border-bottom: 2px solid #eaeaea;
border-collapse: inherit;
border-spacing: 0;
font-size: inherit;
margin: 0;
padding: 0;


th, td {
Expand All @@ -316,8 +320,8 @@ body.scott {
th {
@include background-image(linear-gradient(top, rgba(255,255,255,0), rgba(150,150,150,.15)));
@include background-origin(border-box);
border-bottom: 1px solid #bbb;
@include box-shadow(0 -3px 4px -3px rgba(0,0,0,.2) inset);
border-bottom: 1px solid #bbb;
font-weight: bold;
text-align: left;
}
Expand Down

0 comments on commit 6e39a69

Please sign in to comment.