Skip to content

Commit

Permalink
table styles not scoped by .docson
Browse files Browse the repository at this point in the history
  • Loading branch information
bolshakov committed May 19, 2015
1 parent 007a288 commit 25e4659
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions css/docson.css
Original file line number Diff line number Diff line change
Expand Up @@ -354,10 +354,12 @@
background: rgba(231, 231, 231, 0.5);
}

.docson .desc table,th,td
{
.docson .desc table,
.docson .desc th,
.docson .desc td {
border: 1px solid lightgrey;
}

.docson .desc tr > td {
padding: 2px 6px 2px 6px;
}
Expand Down

0 comments on commit 25e4659

Please sign in to comment.