Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/schollz/onetwothree.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Scholl <zack.scholl@gmail.com>2017-12-08 17:22:24 +0300
committerZack Scholl <zack.scholl@gmail.com>2017-12-08 17:22:24 +0300
commit0ab3942723bfc26670707c6e168c60ece409311c (patch)
treeaaed32ff318277cfd50ec3b1df0efe412fb9dbdc
parent43297a40fa5e95eeaa958a8fdf77e2e7ff3d1c53 (diff)
Update style
-rw-r--r--static/css/style.css27
1 files changed, 24 insertions, 3 deletions
diff --git a/static/css/style.css b/static/css/style.css
index e2b78f2..87a47c7 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -6,6 +6,27 @@ body {
display: block;
}
+hr {
+ max-width: 4rem;
+ margin-left: 0;
+ border-bottom-style: solid;
+ border-bottom-width: 1px;
+ border-width: .125rem;
+ border-color: rgba(0, 0, 0, .1);
+ margin-top: 2rem;
+ margin-bottom: 2rem;
+}
+
+dt {
+ font-weight: bold;
+ font-size: 1.25rem;
+ margin-top: .5rem;
+}
+
+dd {
+ margin-left: 0;
+}
+
h1 {
font-size: 3rem;
max-width: 34rem;
@@ -99,7 +120,7 @@ table {
max-width: 30em;
}
-ol, ul, li, p {
+ol, ul, li, p,dd {
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0;
@@ -114,7 +135,7 @@ ol, ul, li, p {
font-size: 2.25rem;
}
- ol, ul, li, p {
+ ol, ul, li, p, dd {
font-size: 1.2rem;
}
}
@@ -128,7 +149,7 @@ ol, ul, li, p {
font-size: 2.25rem;
}
- ol, ul, li, p {
+ ol, ul, li, p, dd {
font-size: 1.1rem;
}
}