aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css15
1 files changed, 13 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index d67148b13..d006d7160 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -18,6 +18,7 @@ figure,
footer,
header,
hgroup,
+main,
nav,
section,
summary {
@@ -59,6 +60,7 @@ a:hover {
}
h1 {
+ margin: 0.67em 0;
font-size: 2em;
}
@@ -75,6 +77,12 @@ dfn {
font-style: italic;
}
+hr {
+ height: 0;
+ -moz-box-sizing: content-box;
+ box-sizing: content-box;
+}
+
mark {
color: #000;
background: #ff0;
@@ -89,8 +97,6 @@ samp {
}
pre {
- word-wrap: break-word;
- white-space: pre;
white-space: pre-wrap;
}
@@ -156,6 +162,11 @@ input {
}
button,
+select {
+ text-transform: none;
+}
+
+button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {