some restyle
This commit is contained in:
parent
27e785d1da
commit
905b0f7cb5
20 changed files with 218 additions and 224 deletions
|
@ -7,7 +7,7 @@ var self = this;
|
|||
|
||||
<div class="parameter part bdotted">
|
||||
<?js if(data.description) { ?>
|
||||
<div class="description bdotted"><?js= self.replace_enters_to_br(data.description) ?></div>
|
||||
<div class="desc bdotted"><?js= self.replace_enters_to_br(data.description) ?></div>
|
||||
<?js } ?>
|
||||
|
||||
<div class="head bdotted part">
|
||||
|
@ -17,11 +17,11 @@ var self = this;
|
|||
<span class="name"><?js= data.name ?></span>
|
||||
|
||||
<?js if(data.type) { ?>
|
||||
<span class="type">
|
||||
<div class="type off-font ib">
|
||||
<span class="left-circle-bracket">(</span>
|
||||
<span class="name"><?js= self.linkto(data.type.names[0]) ?></span>
|
||||
<span class="right-circle-bracket">)</span>
|
||||
</span>
|
||||
</div>
|
||||
<?js } ?>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue