update css

This commit is contained in:
rolux 2014-12-18 14:06:33 +00:00
parent 9cc9cf0c5a
commit 743523014b

View file

@ -132,7 +132,8 @@ pandora.ui.apiDialog = function() {
source: string.replace(
/\n(?=(takes \{|returns \{|note: |see: ))/g, '\n\n'
)
}),
})
.css({backgroundColor: 'rgba(0, 0, 0, 0)'}),
parts, parts_;
['Keyword', 'Method', 'Property'].forEach(function(type) {
$doc.find('.Ox' + type).removeClass('Ox' + type);