From: bochard Date: Mon, 30 Jun 2025 13:07:06 +0000 (+0800) Subject: added diary and poems X-Git-Url: https://git.bochard.net/?a=commitdiff_plain;h=875862f8813a61727f4763ba89d26da373cec6a2;p=mysite.git added diary and poems --- diff --git a/index.php b/index.php index 16dd54b..683c463 100755 --- a/index.php +++ b/index.php @@ -15,7 +15,7 @@ - +
diff --git a/parts/scribbles.php b/parts/scribbles.php new file mode 100644 index 0000000..73bf419 --- /dev/null +++ b/parts/scribbles.php @@ -0,0 +1,8 @@ +Diary + +Poems + \ No newline at end of file diff --git a/parts/sidebar.php b/parts/sidebar.php index eb57d3f..647bf95 100644 --- a/parts/sidebar.php +++ b/parts/sidebar.php @@ -4,22 +4,27 @@ doraemon welcoming you to my sitedoraemon welcoming you to my sitewelcome hanging on two trees -

Site Menu

+
+ Site menu -

Stuffs I Made

+ Stuff I made - +
  • more here...
  • + +
    +
    diff --git a/stylesheets/root.css b/stylesheets/root.css index 97db97d..5bd145a 100644 --- a/stylesheets/root.css +++ b/stylesheets/root.css @@ -23,14 +23,11 @@ table { } #sidebar > ul { margin-top: 0; - padding-left: 10px; + padding-left: 5px; } #sidebar li { list-style-type: none; - padding: 2px; -} -#sidebar p { - margin-bottom: 5px; + padding: 1px; } #sidebar a { color: inherit;