Update bootstrap, cleanup css, make pages more responsive
This commit is contained in:
committed by
Andreas Hocevar
parent
4eab8ecd40
commit
9616dee9f7
@@ -90,7 +90,7 @@ function addSignatureReturns(f) {
|
||||
|
||||
if (returnTypes.length) {
|
||||
f.signature +=
|
||||
'<span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">' +
|
||||
'<span class="fa fa-arrow-circle-right"></span><span class="type-signature returnType">' +
|
||||
(returnTypes.length ? '{' + returnTypes.join('|') + '}' : '') +
|
||||
'</span>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user