aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-11-23 19:53:58 +0100
committerTeddy Wing2018-11-23 19:53:58 +0100
commit8e31e4522430a13aed136cb5d5a64e2372570007 (patch)
tree4d026c01edfff94bf6eae16993942a9bd4f6e47d
parentacb39a3999973ac8c63769dde0c6cc565602e15d (diff)
downloaddome-key-web-8e31e4522430a13aed136cb5d5a64e2372570007.tar.bz2
layout.hcss,typography.css: Fix whitespace
These space-indented lines were copied from the web browser's dev inspector. I forgot to change the whitespace.
-rw-r--r--assets/styles.css8
-rw-r--r--assets/stylesheets/layout.hcss6
-rw-r--r--assets/stylesheets/typography.css2
3 files changed, 8 insertions, 8 deletions
diff --git a/assets/styles.css b/assets/styles.css
index 6bd8adb..03b90a7 100644
--- a/assets/styles.css
+++ b/assets/styles.css
@@ -12,7 +12,7 @@ h2 {
}
.code {
font-family: "Monaco", monospace;
- line-height: 1.6em;
+ line-height: 1.6em;
}
.shell-command:before {
content: '$ ';
@@ -91,8 +91,8 @@ body {
header { margin-left: -90px; }
header h1 { display: none; }
h2 {
- margin-top: 1.2em;
- margin-bottom: 0.4em;
+ margin-top: 1.2em;
+ margin-bottom: 0.4em;
}
p {
margin-top: 0.8em;
@@ -161,7 +161,7 @@ ul {
.code-block {
padding: 12px 16px;
overflow: auto;
- border: solid 2px #8c6e6e;
+ border: solid 2px #8c6e6e;
border-radius: 6px;
box-shadow: inset 1px 1px 10px #402929;
background-color: #2d1f1c;
diff --git a/assets/stylesheets/layout.hcss b/assets/stylesheets/layout.hcss
index 98fdca6..5ac042b 100644
--- a/assets/stylesheets/layout.hcss
+++ b/assets/stylesheets/layout.hcss
@@ -11,8 +11,8 @@ header { margin-left: -90px; }
header h1 { display: none; }
h2 {
- margin-top: 1.2em;
- margin-bottom: 0.4em;
+ margin-top: 1.2em;
+ margin-bottom: 0.4em;
}
p {
@@ -103,7 +103,7 @@ ul {
padding: 12px 16px;
overflow: auto;
- border: solid 2px HAAGEN_DASZ_BLACK_RASPBERRY;
+ border: solid 2px HAAGEN_DASZ_BLACK_RASPBERRY;
border-radius: 6px;
box-shadow: inset 1px 1px 10px MILK_CHOCOLATE;
diff --git a/assets/stylesheets/typography.css b/assets/stylesheets/typography.css
index ad0415d..df475ec 100644
--- a/assets/stylesheets/typography.css
+++ b/assets/stylesheets/typography.css
@@ -13,7 +13,7 @@ h2 {
.code {
font-family: "Monaco", monospace;
- line-height: 1.6em;
+ line-height: 1.6em;
}
.shell-command:before {