Skip to content

Commit

Permalink
Style tables in blogmarks too
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Dec 25, 2024
1 parent c781a1a commit b57ae0b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions static/css/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -305,15 +305,20 @@ div.entry div.twitter-tweet {
div.entry a {
word-break: break-word;
}
div.entry table {
div.entry table,
div.blogmark table {
margin: 1em 0;
}
div.entry table th,
div.entry table td {
div.entry table td,
div.blogmark table th,
div.blogmark table td
{
font-size: 0.9em;
padding-right: 0.5em;
}
div.entry table th {
div.entry table th,
div.blogmark table th {
padding: 0 1em 0 0;
font-weight: bold;
border-bottom: 1px solid #666;
Expand Down

0 comments on commit b57ae0b

Please sign in to comment.