some minor styling for api params

This commit is contained in:
Dave Snider 2013-11-06 13:12:34 -08:00
parent 8b620bbbe5
commit e23f4817f7
2 changed files with 3 additions and 3 deletions

View File

@ -142,13 +142,13 @@
&:not(.field-list)
@extend .wy-table-striped
// This table is what gets spit out for auto-generated API stuff. I style it smaller bits of padding.
table.docutils.field-list
table.field-list
@extend .wy-table
border: none
td
border: none
.field-name
padding-right: 5px
padding-right: 10px
text-align: left
.field-body
text-align: left

File diff suppressed because one or more lines are too long