|
|
<p>See the screenshot.</p>
<p><img src="http://z1.przeklej.pl/prze1609/6d1370100009bc674d6434ac/beztytułu2.png" alt="" /></p>
<p>I think problem is in display:inline.</p>
<p>I changed to display:block and tags are on next line.</p>
<pre class="bbcode_code" style="height: 372px;">.tag {<br /> margin: 0;<br /> padding: 0;<br /> color: #999;<br /><strong> display: inline;</strong><br />}<br /><br />.tag ul {<br /> margin: 0;<br /> padding: 0;<br /><strong> display: inline;</strong><br /> list-style-type: none;<br />}<br /><br />.tag ul li {<br /><strong> display: inline-block;</strong><br /> list-style-type: none;<br /> background-image: none;<br /> padding: 0 0.5em;<br />}<br /><br />.tag ul li a {<br /><strong> display: inline;</strong><br /> text-decoration: none;<br /> margin-bottom: 0; <br /> text-transform: capitalize;<br />}</pre>
<p> </p> |
IP Logged
|