Merge remote-tracking branch 'saivann/generatingtxesmulticode' into generatingtxes

This commit is contained in:
David A. Harding 2014-06-07 15:09:50 -04:00
commit ed798f1da9
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7

View file

@ -783,20 +783,20 @@ table td,table th{
.toccontent a.term:visited code{
color:#646464;
}
.toccontent .multicode{
background-color:#f5f5f5;
border:1px solid #ccc;
overflow-y:auto;
padding-bottom: 34px;
padding:17px;
border:1px solid #ccc;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
}
.toccontent .multicode pre{
border:0px none;
padding-top: 0px;
padding-bottom: 0px;
padding:0;
margin:0;
overflow-y:visible;
margin-bottom: -17px;
}
.anchorAf{