网站首页
让SyntaxHihglighter美观方案!
发布时间:2015-03-26 14:11:36编辑:admin阅读()
-
由于小编网站内页不够大,贴代码的时候SyntaxHihglighter帮我自动换行了,搞得代码非常密集十分乱杂!所以加了个下拉条!
在shThemeDefault.css添加:
.syntaxhighlighter div{
white-space:nowrap!important;
}
.syntaxhighlighter {
width: 100% !important;
margin: 1em 0 1em 0 !important;
position: relative !important;
overflow: auto !important;
font-size: 1em !important;
}
相关文章