Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Style tables
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Gerber committed Nov 1, 2014
1 parent 0984534 commit 89e0ebd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/extensions/default/WebPlatformDocs/WebPlatformDocs.less
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@
b {
font-weight: @font-weight-semibold;
}

table {
width: 100%;
margin-bottom: 1em;
th, td {
border: 1px solid lighten(@bc-text-thin-quiet, 20%);
padding: 0 .15em;
}
}
}

/* Left-hand column */
Expand Down Expand Up @@ -207,5 +216,11 @@ a.more-info {
color: @dark-bc-text;
text-shadow: 0 1px 0 @dark-bc-highlight;
}

table {
th, td {
border-color: darken(@dark-bc-text-thin-quiet, 35%);
}
}
}
}

0 comments on commit 89e0ebd

Please sign in to comment.