Reduce margins for lists
This commit is contained in:
		@@ -1,8 +1,8 @@
 | 
			
		||||
// Unordered List
 | 
			
		||||
ul {
 | 
			
		||||
    list-style:disc;
 | 
			
		||||
    line-height:24px;
 | 
			
		||||
    margin-bottom:24px;
 | 
			
		||||
    list-style: disc;
 | 
			
		||||
    line-height: 24px;
 | 
			
		||||
    margin-bottom: 1em;
 | 
			
		||||
 | 
			
		||||
    li {
 | 
			
		||||
      margin-left: 24px;
 | 
			
		||||
@@ -11,9 +11,9 @@ ul {
 | 
			
		||||
 | 
			
		||||
// Ordered List
 | 
			
		||||
ol {
 | 
			
		||||
    list-style:decimal;
 | 
			
		||||
    line-height:24px;
 | 
			
		||||
    margin-bottom:24px;
 | 
			
		||||
    list-style: decimal;
 | 
			
		||||
    line-height: 24px;
 | 
			
		||||
    margin-bottom: 1em;
 | 
			
		||||
 | 
			
		||||
    li {
 | 
			
		||||
      margin-left: 24px;
 | 
			
		||||
@@ -22,6 +22,8 @@ ol {
 | 
			
		||||
 | 
			
		||||
// Description Lists
 | 
			
		||||
dl {
 | 
			
		||||
    margin-bottom: 1em;
 | 
			
		||||
 | 
			
		||||
    dt {
 | 
			
		||||
        font-weight:bold;
 | 
			
		||||
        vertical-align:top;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user