Fix double border from pre sections in docs.
This commit is contained in:
parent
85cb89454d
commit
308905a784
2 changed files with 4 additions and 4 deletions
|
|
@ -174,7 +174,7 @@ strong {color: #0B5567; }
|
||||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
|
||||||
}
|
}
|
||||||
|
|
||||||
.pre { padding: 1px 2px; color: #0B5567; background-color: #EFF2F5; border: 1px solid #dee1e2; font-family: Menlo, Monaco, "Courier New", monospace; font-size: 12px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
|
.pre { color: #0B5567; }
|
||||||
.footer h5 { text-transform: none; }
|
.footer h5 { text-transform: none; }
|
||||||
|
|
||||||
.footnote .label { background-color: transparent }
|
.footnote .label { background-color: transparent }
|
||||||
|
|
|
||||||
|
|
@ -99,7 +99,7 @@ address{display:block;margin-bottom:18px;line-height:18px;font-style:normal;}
|
||||||
small{font-size:100%;}
|
small{font-size:100%;}
|
||||||
cite{font-style:normal;}
|
cite{font-style:normal;}
|
||||||
code,pre{padding:0 3px 2px;font-family:Menlo,Monaco,"Courier New",monospace;font-size:12px;color:#333333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
|
code,pre{padding:0 3px 2px;font-family:Menlo,Monaco,"Courier New",monospace;font-size:12px;color:#333333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
|
||||||
code{padding:3px 4px;color:#d14;background-color:#f7f7f9;border:1px solid #e1e1e8;}
|
code{padding:1px 4px;color:#d14;background-color:#f7f7f9;border:1px solid #e1e1e8;}
|
||||||
pre{display:block;padding:8.5px;margin:0 0 9px;font-size:12px;line-height:18px;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.15);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;/*white-space:pre;white-space:pre-wrap*/;word-break:break-all;}pre.prettyprint{margin-bottom:18px;}
|
pre{display:block;padding:8.5px;margin:0 0 9px;font-size:12px;line-height:18px;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.15);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;/*white-space:pre;white-space:pre-wrap*/;word-break:break-all;}pre.prettyprint{margin-bottom:18px;}
|
||||||
pre code{padding:0;background-color:transparent;}
|
pre code{padding:0;background-color:transparent;}
|
||||||
form{margin:0 0 18px;}
|
form{margin:0 0 18px;}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue