repos/kloeckner.com.ar

Backup of part of my webpage
Commits Files Refs README LICENSE
commit 2935ab92c3c1ecce96c861cdf7e230e9ffe2c6cb
parent eeeb393f1a527df9860d77c9f5919d953065d805
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date:   Fri, 22 Nov 2024 12:14:37 -0300

update index and `article_bottom_bar` style

Diffstat:
Mcss/article.css | 23-----------------------
Mcss/style.css | 18++++++++++++------
Mindex.html | 2+-
3 files changed, 13 insertions(+), 30 deletions(-)
diff --git a/css/article.css b/css/article.css
@@ -64,29 +64,6 @@ ul {
     list-style-position: inside;
 }
 
-.article_bottom_bar {
-    border: 0;
-    clear:both;
-
-    display:block;
-
-    background-color: #191919;
-
-    width: 60%;
-    max-width: 20em;
-    height: 0px;
-
-    margin-left: auto;
-    margin-right: auto;
-    margin-top: 2em;
-    margin-bottom: 0;
-
-    padding-top: 0;
-    padding-bottom: 0;
-    /*! border-bottom: dashed; */
-    border-top: 1px dashed peru;
-}
-
 blockquote {
     border-left: 4px solid var(--grey1);
     padding-left: 1em;
diff --git a/css/style.css b/css/style.css
@@ -139,7 +139,7 @@ article {
 
     margin-left: auto;
     margin-right: auto;
-    margin-top: 1em;
+    margin-top: .75em;
     margin-bottom: 0;
 
     padding-top: 0;
@@ -356,6 +356,11 @@ hr {
             padding: 0;
             font-size: 1.25em;
             padding-bottom: .25em;
+            text-decoration: underline;
+        }
+        img {
+            margin-bottom: 2px;
+            margin-left: .5em;
         }
     }
     #date {
@@ -447,14 +452,15 @@ b-time {
             #entry {
                 display: flex;
                 flex-direction: column-reverse;
+                padding-bottom: 1em;
             }
             #date {
-                padding-top: .25em;
-                padding-bottom: 1em;
+                padding-top: .20em;
+                /* padding-bottom: 1em; */
             }
             #title a {
                 /* color: var(--fg-color); */
-                font-size: 1.25em;
+                font-size: 1.5em;
             }
             #date a {
                 font-size: 1em;
@@ -468,10 +474,10 @@ b-time {
             }
         }
         #latest-uploads-title {
-            padding-bottom: .5em;
+            padding-bottom: .25em;
         }
         #see-all-blog-entries {
-            padding-top: 1em;
+            padding-top: 0em;
         }
     }
     #header_link {
diff --git a/index.html b/index.html
@@ -28,7 +28,7 @@
             <div id=latest-uploads >
                 <div id=latest-uploads-title >
                     <h2>Latest blog uploads</h2>
-                    <div style="margin-bottom: 2px; margin-left: .5em">
+                    <div>
                         <a href="/rss.xml" id="rss"><img style="width: 1.25em;" src="/common/rss_logo.png" alt="rss logo"></a>
                     </div>
                 </div>