Merge pull request #165 from louquillio/syntax-table-heading

Add a "Type" heading on second column of syntax tables.
This commit is contained in:
Lou Quillio 2017-08-03 12:39:05 -07:00 committed by GitHub
commit 5c8b21d610

View File

@ -40,6 +40,11 @@ div.draco-syntax pre
line-height: 1.3
margin-left: 1em
width: 740px
// Generate a "Type" heading above 2nd column.
&:before
content: "Type\A"
font-weight: bold
padding-left: 594px
// Specifically override Bootstrap defaults
code, kbd, pre, samp