我確信有一個簡單的解決方案..但我有一些重疊的標記。我有一個img.pull-left和一個blockquote。 img目前位於灰色左邊界和塊引用之間。標記是非常簡單的:twitter-bootstrap .thumbnail/.pull-left和blockquote重疊
<div class='container'>
<div class='row'>
<div class="entry-content clearfix">
<a class="pull-left" href="#noop" title="The first post">
<img width="70" height="47" src="logo-lw.png" class="inline attachment-thumbnail wp-post-image" alt="logo-lw"/>
</a>
<blockquote>
<p>Some Quote...</p>
</blockquote>
</div>
</div>
</div>
Here is a fiddle showing the issue
你是什麼意思的「頂部」?文字似乎在圖像周圍渲染得很好。如果這不是什麼預期的話? – mbanzon
@mbanzon在圖像的左側有一個灰色的邊框,我需要它在它的右邊。 – Nix
如果您需要將灰色邊框放在右側,請添加「拉右」類:
–