This [Add CSS Style] adjusts some of the styles of the Bootstrap framework, for better compatibility with the styles of the previous default JSPWiki template.
* Header spacing
* Quote letter type
* Don't truncate long page names in the headers (wraps to multiple lines)
* ... more ?

%%add-css
h2,h3,h4 {
    margin:1em 0 0.5em 0;
    line-height:1.5;
}
blockquote p { font-size: inherit; }
.header .pagename { white-space: normal; } /*dont truncate long names*/
/%


!!!Heading 1
!!Heading 2
!!Heading 3
This is is just some sample. Don’t even bother reading it; you will just waste your time. Why do you keep reading?    


%%quote
This is is just some sample. Don’t even bother reading it; you will just waste your time. Why do you keep reading?    
/%

----
[Category.Add CSS Style]