Browse Source

[docs] Fixed code style

Changed white-space wrapping
Enrico Berti 12 years ago
parent
commit
73fc860
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/docbook.css

+ 1 - 1
docs/docbook.css

@@ -228,7 +228,7 @@ pre {
 code {
   padding: 2px 4px;
   color: #d14;
-  white-space: nowrap;
+  white-space: pre-line;
   background-color: #f7f7f9;
   border: 1px solid #e1e1e8;
 }