Tighten up operator table a bit.

This commit is contained in:
Bob Nystrom
2015-03-13 07:56:47 -07:00
parent 69567c5eb5
commit f7849244a8
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;
}
}