From cb248d8eae5803e90cfc5e26c5ff3e427c2d5c6a Mon Sep 17 00:00:00 2001
From: JozanLeClerc <bousset.rudy@gmail.com>
Date: Fri, 26 Jun 2020 00:18:43 +0200
Subject: Step-up

---
 css/site.css | 16 +++++++++++-----
 index.php    |  2 +-
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/css/site.css b/css/site.css
index d1e0faf..4587636 100644
--- a/css/site.css
+++ b/css/site.css
@@ -106,12 +106,12 @@ a:active {
 	text-decoration: none;
 }
 
-li {
+div.sidebar li {
 	display: list-item;
 	list-style: square;
 }
 
-ul {
+div.sidebar ul {
 	padding: 0pt 0pt 0pt 1em;
 	margin: 0;
 }
@@ -125,6 +125,7 @@ div.sidebar {
 	margin-bottom: 1em;
 	min-width: 15%;
 	padding: 5pt;
+	border-radius: 0px 0px 0px 3px;
 }
 
 div.body-contents {
@@ -146,7 +147,7 @@ div.body-contents h1 {
 }
 
 div.body-contents h2 {
-	font-size: 125%;
+	font-size: 130%;
 	font-weight: bold;
 	text-align: left;
 	padding: 0em 0em 0.25rem 0em;
@@ -157,20 +158,25 @@ div.body-contents h2 {
 }
 
 div.body-contents h3 {
-	font-size: 115%;
+	font-size: 120%;
 	font-weight: bold;
 	text-align: left;
 	padding: 0em 0em 0.25rem 0em;
 	margin: 0pt;
 	margin-top: 1em;
 	color: #24c;
-	border-bottom: 1px solid #24c;
 }
 
 div.body-contents b {
+	font-weight: bold;
 	color: #24c;
 }
 
+div.body-contents li {
+	display: list-item;
+	list-style: square;
+}
+
 div.body-contents ul {
 	padding: 0pt 0pt 0pt 1.5rem;
 	margin: 0;
diff --git a/index.php b/index.php
index 6fd5b04..937b979 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
 <?php jo_head("Home"); ?>
 <?php jo_sidebar(); ?>
 <div class="body-contents">
-	<h1>About this site</h1>
+	<h2>About this site</h2>
 	<p>
 		Welcome to my personnal blog. Here you can find my tips and articles
 		on various tech and programming subjects.
-- 
cgit v1.2.3