我遇到一个问题,让' - '(破折号)直接位于使用“@natelie_h”作为锚文本的链接前面。由于某种原因,它会将其分解到下一个链接。
<div class="span3">
<blockquote><p>"My favourite part of the service is the information pack that comes with the flies"</p><p><small><%= link_to "@natelie_h", "https://twitter.com/natelie_h", :target => "_blank" %> </small></p></blockquote>
</div>
在这里你可以看到我的意思:http://www.clockworkflies.com/(客户引语,靠近底部)。
答案 0 :(得分:1)
那是因为并且有一个显示:块,并且之前添加了“ - ”但是“ - ”是内联的,所以在新行上显示
尝试
blockquote small a:before { 内容:“ - ”; }
在css中,而不是“blockquote small:before”