Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
Merge pull request #234 from pedrottimark/columns-icons-tables-rules
Browse files Browse the repository at this point in the history
Docs: Style rules for columns of icons in tables of rules
  • Loading branch information
ilyavolodin committed Apr 10, 2016
2 parents bf5eaf3 + 524921d commit 9e76857
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions styles/overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,25 @@ h6:target:before {
margin: 0 2px;
}

td .glyphicon {
margin: 0; /* within table in rules page */
}

th,
td {
padding-left: 0.5em;
min-width: 1em; /* width of glyphicon for a column of empty cells */
}

th:first-child,
td:first-child {
padding-left: 0;
}

tr {
vertical-align: baseline;
}

p.incorrect + div + div + div > pre, /* vars-on-top */
p.incorrect + div + div > pre, /* no-continue */
p.incorrect + div > pre {
Expand Down

0 comments on commit 9e76857

Please sign in to comment.