aboutsummaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2022-04-24 02:52:31 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2022-04-24 02:52:31 +0200
commiteef3c952adb2d30ac06126bcd3679b1a5d32bfd4 (patch)
treeafaf9cd66ab8638852e1538f7deb027afa63495d /css
parentNew page (diff)
downloadjoe-www-eef3c952adb2d30ac06126bcd3679b1a5d32bfd4.tar.gz
joe-www-eef3c952adb2d30ac06126bcd3679b1a5d32bfd4.tar.bz2
joe-www-eef3c952adb2d30ac06126bcd3679b1a5d32bfd4.tar.xz
joe-www-eef3c952adb2d30ac06126bcd3679b1a5d32bfd4.tar.zst
joe-www-eef3c952adb2d30ac06126bcd3679b1a5d32bfd4.zip
Thought: Sun Apr 24 02:52:31 CEST 2022
Diffstat (limited to 'css')
-rw-r--r--css/site.css18
1 files changed, 16 insertions, 2 deletions
diff --git a/css/site.css b/css/site.css
index 82b391d..61798fb 100644
--- a/css/site.css
+++ b/css/site.css
@@ -136,6 +136,10 @@ div.sidebar ul {
list-style: square;
}
+div.sidebar hr {
+ border-top: none;
+}
+
div.sidebar {
float: right;
background-color: #eee4e4;
@@ -172,7 +176,7 @@ div.body-contents h2 {
text-align: left;
padding: 0em 0em 0.25rem 0em;
margin: 0pt;
- margin-top: 1em;
+ margin-top: 2em;
color: #9d0006;
border-bottom: 1px solid #9d0006;
}
@@ -183,7 +187,7 @@ div.body-contents h3 {
text-align: left;
padding: 0em 0em 0.25rem 0em;
margin: 0pt;
- margin-top: 1em;
+ margin-top: 2em;
color: #9d0006;
}
@@ -196,6 +200,10 @@ div.body-contents h4 {
margin-top: 1em;
}
+div.body-contents p {
+ margin: 1em 1ex 1em 1ex !important;
+}
+
div.body-contents b {
font-weight: bold;
color: #9d0006;
@@ -244,6 +252,12 @@ div.body-contents pre {
border: 1px solid #9d0006;
}
+div.body-contents hr {
+ border-top: none;
+ border-bottom: 1px solid #9d0006;
+ width: 80%;
+}
+
div.figure
{
padding: 1em;