百度空间怎样调整文章标题与正文的距离

来源:百度知道 编辑:UC知道 时间:2024/06/05 21:18:38
空间文章标题跟文章正文距离太大了,显得有点不配,自己也去网上找了就是不知道哪段代码是用来调整文章标题与文章正文的代码,找高手解决一下,最好详细一点啊

百度空间专栏分割线的CSS代码修改方法
/*文章栏目分割线*/
#m_blog div.line{margin-top:17px;line-height:17px;background:url(图片地址) repeat-x}
/*评论栏目分割线*/
#m_comment div.line{background:url(图片地址);line-height:12px}
/*文章分类分割线*/
#m_artclg div.line{background:url(图片地址);line-height:12px}
/*有请连接分割线*/
#m_links div.line{background:url(图片地址);line-height:12px}