<head>と</head>の間にrun_prettify.jsを入れる際、CSSも書き込む。
こんな感じ。
<!-- Google code prettify start -->
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
<style type="text/css">
pre {
border: 1px solid #cccccc !important;
line-height: 1.5em;
padding: 0.5em !important;
white-space: pre-wrap ;
}
pre.prettyprint
{
border: 1px solid #cccccc !important;
line-height: 1.5em;
padding: 0.5em !important;
overflow: auto;
}
</style>
<!-- Google code prettify end -->