Word wrap for code sections

This commit is contained in:
Phil Howard 2016-02-21 13:21:22 +00:00
parent 1a5f4457fd
commit a88210def8
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ table * {text-align:left;font-size:13px;}
table.pin-functions {width:100%;}
table.pin-functions td {width:16.6666%;}
.prettyprint {
word-wrap:break-word;
}
.logo {
width:250px;