messages of 404.html defined in main program, template moved in common directory
2 // Code (inline and block)
3 // --------------------------------------------------
6 // Inline and block code styles
11 font-family: @font-family-monospace;
19 background-color: @code-bg;
21 border-radius: @border-radius-base;
27 padding: ((@line-height-computed - 1) / 2);
28 margin: 0 0 (@line-height-computed / 2);
29 font-size: (@font-size-base - 1); // 14px to 13px
30 line-height: @line-height-base;
31 word-break: break-all;
32 word-wrap: break-word;
34 background-color: @pre-bg;
35 border: 1px solid @pre-border-color;
36 border-radius: @border-radius-base;
38 // Account for some code outputs that place code tags in pre tags
43 white-space: pre-wrap;
44 background-color: transparent;
49 // Enable scrollable blocks of code
51 max-height: @pre-scrollable-max-height;