aboutsummaryrefslogtreecommitdiff
path: root/theme/static
diff options
context:
space:
mode:
Diffstat (limited to 'theme/static')
-rw-r--r--theme/static/styles.css64
1 files changed, 4 insertions, 60 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css
index 91a441f..c380686 100644
--- a/theme/static/styles.css
+++ b/theme/static/styles.css
@@ -17,14 +17,6 @@ html {
========================================================================== */
/**
- * Remove the margin in all browsers.
- */
-
-body {
- margin: 0;
-}
-
-/**
* Render the `main` element consistently in IE.
*/
@@ -56,16 +48,6 @@ hr {
overflow: visible; /* 2 */
}
-/**
- * 1. Correct the inheritance and scaling of font size in all browsers.
- * 2. Correct the odd `em` font sizing in all browsers.
- */
-
-pre {
- font-family: monospace, monospace; /* 1 */
- font-size: 1em; /* 2 */
-}
-
/* Text-level semantics
========================================================================== */
@@ -98,18 +80,6 @@ strong {
}
/**
- * 1. Correct the inheritance and scaling of font size in all browsers.
- * 2. Correct the odd `em` font sizing in all browsers.
- */
-
-code,
-kbd,
-samp {
- font-family: monospace, monospace; /* 1 */
- font-size: 1em; /* 2 */
-}
-
-/**
* Add the correct font size in all browsers.
*/
@@ -138,17 +108,6 @@ sup {
top: -0.5em;
}
-/* Embedded content
- ========================================================================== */
-
-/**
- * Remove the border on images inside links in IE 10.
- */
-
-img {
- border-style: none;
-}
-
/* Forms
========================================================================== */
@@ -312,25 +271,6 @@ textarea {
font: inherit; /* 2 */
}
-/* Interactive
- ========================================================================== */
-
-/*
- * Add the correct display in Edge, IE 10+, and Firefox.
- */
-
-details {
- display: block;
-}
-
-/*
- * Add the correct display in all browsers.
- */
-
-summary {
- display: list-item;
-}
-
/* Misc
========================================================================== */
@@ -435,6 +375,7 @@ a:hover {
}
img {
+ border-style: none;
width: 100%;
}
@@ -460,6 +401,7 @@ td {
padding: 0.25rem;
}
+pre,
pre > code,
time,
code {
@@ -539,10 +481,12 @@ blockquote p {
}
details {
+ display: block;
margin-top: 1rem;
}
summary {
+ display: list-item;
font-weight: bold;
}