small style fixes for the site
overrides pointless img {max-width: 100%} from bootstrap
This commit is contained in:
parent
5f2d2446ba
commit
ca4cef9c16
7 changed files with 108 additions and 77 deletions
|
|
@ -2213,13 +2213,12 @@
|
|||
</ul>
|
||||
</div>
|
||||
<div class="sideToggler">
|
||||
<div id="ellipsis_Editor.modifyNumber" class="ellipsis_description"><p>Editor.modifyNumber(amount)</p>
|
||||
<div id="ellipsis_Editor.modifyNumber" class="ellipsis_description"><p>If the character before the cursor is a number, this functions changes its value by <code>amount</code>.</p>
|
||||
|
||||
</div>
|
||||
<div class="description"><p>Editor.modifyNumber(amount)</p>
|
||||
<div class="description"><p>If the character before the cursor is a number, this functions changes its value by <code>amount</code>.</p>
|
||||
|
||||
<h4>Arguments</h4><table class="argumentTable argument-list table table-striped table-bordered"><tr class="argumentRow "><td class="argName ">amount</td><td class="argType" "><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Number" class="" title="Number" data-id="Number">Number</a></td><td class="argDescription "><p>Required. The value to change the numeral by (can be negative to decrease value)</p>
|
||||
<p>If the character before the cursor is a number, this functions changes its value by <code>amount</code>.</p>
|
||||
</td></tr></table>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue