docs: condense operator precedence table by merging rows and abbreviating headers

This commit is contained in:
Bob Nystrom
2015-03-13 14:56:47 +00:00
parent e52573c3f6
commit 7bef4e0001
2 changed files with 64 additions and 126 deletions
+12 -2
View File
@@ -340,8 +340,18 @@ table.chart {
// Precedence table on expressions page.
table.precedence {
tr {
padding: 2px 0;
th {
font: 500 11px $subheader;
text-transform: uppercase;
letter-spacing: 1px;
color: $gray-60;
padding: 6px 0;
border-bottom: solid 1px $gray-10;
}
td {
padding: 3px 0;
border-bottom: solid 1px $gray-10;
}
}