Merge branch 'show-code'

This commit is contained in:
Saivann 2015-08-23 15:47:21 -04:00
commit f73b97fb0f
No known key found for this signature in database
GPG key ID: 5780F5D31B5577B0

View file

@ -1000,7 +1000,7 @@ div.post {
padding-top: 20px;
}
.highlight { background: #ffffff; }
.highlight { background: transparent; }
.highlight .c { color: #999988; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { font-weight: bold } /* Keyword */
@ -2204,6 +2204,18 @@ h2 .rssicon{
h2{
text-align:center;
}
.toccontent .multicode,
.toccontent .multicode pre,
.toccontent pre{
display: table; /* Triggers a block formating context so the container expands with the content */
}
.toccontent .multicode,
.toccontent pre{
padding:10px;
}
.toccontent .multicode pre{
padding:0;
}
.titleicon,
.warningicon{
display:block;