Skip to content

Commit

Permalink
Merge pull request #881 from shawnthompson/table-style
Browse files Browse the repository at this point in the history
Removed table styles: Issue: #329
  • Loading branch information
LaurentGoderre committed Jan 20, 2015
2 parents e976c21 + 9d8fc77 commit 4e220a8
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions src/_defaults.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,39 +104,6 @@ h6,
border: 0;
}

table {
border: 1px solid #ddd;
margin-bottom: 20px;
width: 100%;
}

th {
background-color: #ccc;
border: 1px solid #ddd;
color: #000;
font-weight: normal;
padding: 8px;

a {
color: #000;

&:hover,
&:focus {
color: #000;
text-decoration: none;
}
}
}

td {
border: 1px solid #ddd;
padding: 8px;
}

caption {
font-weight: bold;
}

aside {
//Related site links before the footer features and after the main
&.site-related {
Expand Down

0 comments on commit 4e220a8

Please sign in to comment.