Remove double border around code snippets in documentation
Bug: issue 2480 Change-Id: I8aa10bf28f5881ce5d073dfd214e3f6db796177b
This commit is contained in:

committed by
David Pursehouse

parent
fe2882a696
commit
f0882ae522
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user