Skip to content

Commit

Permalink
Added styling for table inside posts
Browse files Browse the repository at this point in the history
  • Loading branch information
brijeshb42 committed Sep 2, 2015
1 parent 100991c commit dc51f6c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,18 @@ a {
font-size: .9em;
border-top: 1px solid #ccc;
}

table {
margin: 10px 0px;

th {
font-weight: bold;
}
}
th, td {
padding: 6px 13px;
border: 1px solid #ddd;
}
}

.posts{
Expand Down Expand Up @@ -488,4 +500,4 @@ article{
a.sharer{
display: none;
}
}
}

0 comments on commit dc51f6c

Please sign in to comment.