Browse Source

adjust list padding

Yuin Chien 6 years ago
parent
commit
2f333c7536

+ 1 - 1
docs/manual/en/introduction/Creating-a-scene.html

@@ -8,7 +8,7 @@
 		<link type="text/css" rel="stylesheet" href="page.css" />
 		<link type="text/css" rel="stylesheet" href="page.css" />
 	</head>
 	</head>
 	<body>
 	<body>
-		<h1>[name]</h1><br />
+		<h1>[name]</h1>
 
 
 		<p>The goal of this section is to give a brief introduction to three.js. We will start by setting up a scene, with a spinning cube. A working example is provided at the bottom of the page in case you get stuck and need help.</p>
 		<p>The goal of this section is to give a brief introduction to three.js. We will start by setting up a scene, with a spinning cube. A working example is provided at the bottom of the page in case you get stuck and need help.</p>
 
 

+ 1 - 1
docs/manual/en/introduction/Import-via-modules.html

@@ -8,7 +8,7 @@
 		<link type="text/css" rel="stylesheet" href="page.css" />
 		<link type="text/css" rel="stylesheet" href="page.css" />
 	</head>
 	</head>
 	<body>
 	<body>
-		<h1>[name]</h1><br />
+		<h1>[name]</h1>
 
 
 		<p>
 		<p>
 			While importing three.js via script tags is a great way to get up and running fast, it has a few drawbacks for longer lived projects, for example:
 			While importing three.js via script tags is a great way to get up and running fast, it has a few drawbacks for longer lived projects, for example:

+ 1 - 1
docs/page.css

@@ -99,7 +99,7 @@ p {
 
 
 ul, ol {
 ul, ol {
 	box-sizing: border-box;
 	box-sizing: border-box;
-	padding-left: var(--page-padding);
+	padding-left: 24px;
 }
 }
 ul li,
 ul li,
 ol li {
 ol li {