You are here

codefilter.css in Code Filter 8

Same filename and directory in other branches
  1. 5 codefilter.css
  2. 6 codefilter.css
  3. 7 codefilter.css
div.codeblock {
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #eee;
}

/*
Multiclass not supported in IE6.
*/
div.codeblock.nowrap-expand {
  /*
  Not supported in IE6 or 7.
  */
  white-space: nowrap;
  overflow: hidden;
}

File

codefilter.css
View source
  1. div.codeblock {
  2. padding: 5px;
  3. border: 1px solid #ccc;
  4. background-color: #eee;
  5. }
  6. /*
  7. Multiclass not supported in IE6.
  8. */
  9. div.codeblock.nowrap-expand {
  10. /*
  11. Not supported in IE6 or 7.
  12. */
  13. white-space: nowrap;
  14. overflow: hidden;
  15. }