forked from svrjs/svrjs
Show list bullets on browsers not supporting "display: inline-block" on the default page.
This commit is contained in:
parent
6238f5eb9e
commit
1a9f31c5d0
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
|||
}</pre>
|
||||
</code>
|
||||
<p>Changes:</p>
|
||||
<ul style="display: inline-block; margin: 0; padding: 0;">
|
||||
<ul style="display: inline-block; margin: 0;">
|
||||
<li><i>INSERT CHANGES THERE</i></li>
|
||||
</ul>
|
||||
<p>
|
||||
|
|
Reference in a new issue