diff --git a/less/main.less b/less/main.less index 9f63782a..9970ecfe 100644 --- a/less/main.less +++ b/less/main.less @@ -47,6 +47,14 @@ color: #fff; font-size: 0.7em; padding: 2px 4px; + + &.type a { + color: #fff; + } + } + + & > span.type-signature:first-child { + margin-right: 8px; } span.type { @@ -230,7 +238,7 @@ } } - .optional { + .optional, .repeatable, .nullable { float: left; border-radius: 3px; background-color: #ddd!important; diff --git a/static/styles/jaguar.css b/static/styles/jaguar.css index b55ac49f..4cac5e16 100644 --- a/static/styles/jaguar.css +++ b/static/styles/jaguar.css @@ -294,7 +294,9 @@ li { .main table .description p { margin: 0; } -.main table .optional { +.main table .optional, +.main table .repeatable, +.main table .nullable { float: left; border-radius: 3px; background-color: #ddd!important;