mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Simplify multicode CSS styles
Add consistent border-radius Simplify margins / paddings
This commit is contained in:
parent
c4c52cf896
commit
45c586ee29
1 changed files with 11 additions and 11 deletions
|
@ -782,20 +782,20 @@ table td,table th{
|
||||||
.toccontent a.term:visited code{
|
.toccontent a.term:visited code{
|
||||||
color:#646464;
|
color:#646464;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toccontent .multicode{
|
.toccontent .multicode{
|
||||||
background-color:#f5f5f5;
|
background-color:#f5f5f5;
|
||||||
border:1px solid #ccc;
|
|
||||||
overflow-y:auto;
|
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{
|
.toccontent .multicode pre{
|
||||||
border:0px none;
|
border:0px none;
|
||||||
padding-top: 0px;
|
padding:0;
|
||||||
padding-bottom: 0px;
|
margin:0;
|
||||||
overflow-y:visible;
|
overflow-y:visible;
|
||||||
margin-bottom: -17px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.anchorAf{
|
.anchorAf{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue