Add operator precedence table to documentation

This commit is contained in:
hachibu
2015-03-09 11:36:15 -04:00
parent 72baefe497
commit 337ef467ed
2 changed files with 201 additions and 12 deletions
+17
View File
@@ -323,6 +323,23 @@ table.chart {
}
}
// Precedence table on expressions page.
table.precedence {
width: 100%;
padding-left: 25px;
tr {
margin: 0;
padding: 0;
}
th, td {
font-size: 14px;
line-height: 20px;
text-align: left;
}
}
@media only screen and (max-width: 839px) {
// 36 pixel columns.
.page { width: 720px; }