Remove double border around code snippets in documentation

Bug: issue 2480
Change-Id: I8aa10bf28f5881ce5d073dfd214e3f6db796177b
This commit is contained in:
Yuxuan 'fishy' Wang
2014-02-18 15:21:29 -08:00
committed by David Pursehouse
parent fe2882a696
commit f0882ae522

View File

@@ -32,6 +32,12 @@ li p {
padding: 2px;
}
.listingblock > .content pre {
background: none;
border: 0 solid silver;
padding: 0 0 0 0;
}
dl dt {
margin-top: 1em;
}