【问题标题】:How to add a space before each tweet in css如何在css中的每条推文之前添加一个空格
【发布时间】:2011-10-29 16:01:35
【问题描述】:

http://cargocollective.com/joingateillustration

大家好,这是我正在开发的网站,我已经设法将我的推特提要添加到我的页面,但是我不能在每条推文之前添加换行符,我在这里搜索过,人们已经发布了类似帖子的答案,但是这个好像不影响我的,谁能帮忙?

【问题讨论】:

    标签: css twitter


    【解决方案1】:

    您可以为推文列表项添加上边距:

    #twitter_update_list li {
        list-style: none outside none;
        width: 150px;
        margin-top: 10px;
    }
    

    【讨论】:

      【解决方案2】:

      这样的?

      #twitter_update_list li span
      {
         padding-top:10px;
      }
      

      【讨论】:

        猜你喜欢
        • 2010-11-19
        • 1970-01-01
        • 2013-05-09
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2017-09-11
        • 1970-01-01
        相关资源
        最近更新 更多