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; }