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>
|
}</pre>
|
||||||
</code>
|
</code>
|
||||||
<p>Changes:</p>
|
<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>
|
<li><i>INSERT CHANGES THERE</i></li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
|
|
Reference in a new issue