mirror of
				https://github.com/XRPLF/xrpl-dev-portal.git
				synced 2025-11-04 11:55:50 +00:00 
			
		
		
		
	Fix various style issues
This commit is contained in:
		@@ -64,21 +64,22 @@
 | 
			
		||||
 | 
			
		||||
  /* Some list items contain <p> tags, some don't. These styles make sure both
 | 
			
		||||
   kinds are spaced consistently. */
 | 
			
		||||
  li {
 | 
			
		||||
    margin: 6px;
 | 
			
		||||
    margin-top: 24px;
 | 
			
		||||
  }
 | 
			
		||||
  li:first-child {
 | 
			
		||||
    margin-top: 16px;
 | 
			
		||||
  }
 | 
			
		||||
  li p {
 | 
			
		||||
    margin: 0;
 | 
			
		||||
  > ul, > ol, .children-display {
 | 
			
		||||
    li {
 | 
			
		||||
      margin: 6px;
 | 
			
		||||
      margin-top: 24px;
 | 
			
		||||
    }
 | 
			
		||||
    li:first-child {
 | 
			
		||||
      margin-top: 16px;
 | 
			
		||||
    }
 | 
			
		||||
    li p {
 | 
			
		||||
      margin: 0;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
  [data-component-name="Markdoc/Tabs/Tabs"] li {
 | 
			
		||||
    margin: 0;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  // "Source" links float right
 | 
			
		||||
  a[title="Source"],
 | 
			
		||||
  a[title="ソース"] {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user