From ec4148a3b8404ea180617328bc061f1234ee4835 Mon Sep 17 00:00:00 2001 From: Chris Punches Date: Tue, 30 Jan 2018 18:27:10 -0500 Subject: [PATCH] finished image centering, added tags to sidebar --- sidebar.php | 27 ++++++++++++++++++++++++++- style.css | 8 +++----- 2 files changed, 29 insertions(+), 6 deletions(-) diff --git a/sidebar.php b/sidebar.php index aa0d174..57fe7ee 100644 --- a/sidebar.php +++ b/sidebar.php @@ -16,7 +16,7 @@
No Index
-
  • + + + + + + + diff --git a/style.css b/style.css index 5a7b8c8..0c731f8 100644 --- a/style.css +++ b/style.css @@ -1433,11 +1433,9 @@ pre code{ } .aligncenter { - position: center; - display: flex; - flex-wrap: wrap; /* optional. only if you want the items to wrap */ - justify-content: center; /* for horizontal alignment */ - align-items: center; /* for vertical alignment */ + display: block; /*for the img inside your div */ + margin-left: auto; + margin-right: auto; }