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

Docs: Style rules for columns of icons in tables of rules #234

Merged
merged 1 commit into from
Apr 10, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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