mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-12 00:58:59 +08:00
Merge pull request #165 from louquillio/syntax-table-heading
Add a "Type" heading on second column of syntax tables.
This commit is contained in:
commit
5c8b21d610
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user