~dricottone/blog

20a724cd4fa4f9bb90251ca02fe6615b332ec4c3 — Dominic Ricottone 2 years ago 0cd171e
Refactoring more whitespace
3 files changed, 7 insertions(+), 2 deletions(-)

M content/posts/_index.md
M content/posts/ipsem_lorem.md
M static/css/common.css
M content/posts/_index.md => content/posts/_index.md +0 -1
@@ 1,4 1,3 @@

---
title: Personal Blog
---

M content/posts/ipsem_lorem.md => content/posts/ipsem_lorem.md +0 -1
@@ 1,4 1,3 @@

---
title: "ipsem lorem"
date: 2020-01-11T08:42:51-05:00

M static/css/common.css => static/css/common.css +7 -0
@@ 218,6 218,13 @@ ul#list-navi li.shown.trigger.selection {
  background-origin: content-box;
}

/* center horizontal rules */
ul#list-navi hr {
  width: 80%;
  margin: 0 auto 0.5em auto;
  color: #fff;
}

/* menu items */
select#menu-navi:focus {
  padding: 0 0.5em 0 0;