2010-11-15 23:28

代码高亮SyntaxHighlighter3.0.83 自动换行

在SyntaxHighlighter的当前主题样式文件中找到

.syntaxhighlighter .line {
  white-space: pre !important;
}

将其注释或删除

.syntaxhighlighter .line {
  /*white-space: pre !important;*/
}

就可以实现自动换行。

例如:  

.syntaxhighlighter .line {
  right: auto !important;
  text-align: left !important;
  top: auto !important;
  vertical-align: baseline !important;
  width: auto !important;
  box-sizing: content-box !important;
  font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 1em !important;
  min-height: inherit !important;
  min-height: auto !important;
}

 

你可能还喜欢...

  1. sz sz

    你的也没有自动换行啊??

    1. 因为我没改。。。你改了就知道了

  2. 阿鹏 阿鹏

    行号会显示不正常的~

    1. 不会的,换行的那一行,显示两行,但第二行是没有行号的~

添加新评论