Browse Source

Updated doc site with updated theme css

pull/60/head
Frans Bouma 10 years ago
parent
commit
0fb78af25b
1 changed files with 6 additions and 3 deletions
  1. +6
    -3
      css/theme.css

+ 6
- 3
css/theme.css View File

@@ -115,9 +115,9 @@ audio, canvas, video {
*zoom: 1; *zoom: 1;
} }


audio:not([controls]) {
display: none;
}
audio:not([controls]) {
display: none;
}


[hidden] { [hidden] {
display: none; display: none;
@@ -401,6 +401,9 @@ p {
word-wrap: break-word; word-wrap: break-word;
} }


pre {
margin-bottom: 24px;
}


pre > code { pre > code {
font-size: 13px; font-size: 13px;


Loading…
Cancel
Save