wordpress default themes Twenty Ten pre overflow

WordPress默認的主題Twenty Ten,過長的代碼行超出到邊欄,很難看,修改如下:

文件:Twenty Ten: 样式表 (style.css)

pre {
 background: #f7f7f7;
 color: #222;
 line-height: 18px;
 margin-bottom: 18px;
 padding: 1.5em;
 overflow: hidden;
}

加上這行就OK了: overflow: hidden;

 

This entry was posted in Program and tagged , . Bookmark the permalink.

发表评论

电子邮件地址不会被公开。 必填项已用*标注

您可以使用这些HTML标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>