Commit 629cc643 authored by Yurizal Susanto's avatar Yurizal Susanto
Browse files

Change alignment for ul and ol

parent b7b7dd91
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -137,10 +137,10 @@ a:hover { text-decoration: underline; }

/* #Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul { list-style: square inside; }
ol { list-style: decimal inside; }
ul { list-style: square; }
ol { list-style: decimal; }
ol, ul {
  padding-left: 0;
  padding-left: 1.2rem;
  margin-top: 0;
}
ul ul,