Переглянути джерело

Removed left padding from documentation borders to allow a sharper style.

David Piuva 5 роки тому
батько
коміт
f1b33c64e5

+ 14 - 8
Doc/Manual.html

@@ -1,9 +1,15 @@
 <HTML>
 	<BODY>
 		<style>
-			body { background-color: #DDEEFF; font-size: 14px; font-family: Arial;
-			       color: #000000; margin: 0; padding-left: 10; padding-right: 10;
-			       padding-top: 10; padding-bottom: 10px }
+			body { background-color: #DDEEFF; font-size: 16px; font-family: Arial;
+			       color: #000000; margin: 0px;
+			       padding-left: 0px; padding-right: 0px;
+			       padding-top: 0px; padding-bottom: 0px }
+			H1 { padding-left: 10px; }
+			P { padding-left: 10px; }
+			IMG { padding-left: 0px; padding-right: 0px;
+			       padding-top: 0px; padding-bottom: 0px }
+
 			A { font-size: 18px; font-family: Arial; color: #0000A0; text-decoration: none }
 			A:hover { color: #000070; background: #AAffAA }
 			A:active { color: #00A0A0 }
@@ -13,16 +19,16 @@
 <P>		<IMG SRC="Pages/Images/Title.png" alt=Logo titled DFPSR>
 </P><P>		<h1 style="font-size:32px;">David Piuva's software renderer</h1>
 </P><P>		When you just want to code in your own pace without worrying about API deprecation.
-</P><P>	<IMG SRC="Pages/Images/Border.png">
+</P><IMG SRC="Pages/Images/Border.png"><P>
 </P><P>		<B>Using the library</B>
 </P><P>		<IMG SRC="Pages/Images/SmallDot.png"> <A href="Pages/Starting.html">Getting started</A>
-</P><P>	<IMG SRC="Pages/Images/Border.png">
+</P><IMG SRC="Pages/Images/Border.png"><P>
 </P><P>		<B>Modifying the library</B>
 </P><P>		<IMG SRC="Pages/Images/SmallDot.png"> <A href="Pages/StyleGuide.html">Style guide</A>
-</P><P>	<IMG SRC="Pages/Images/Border.png">
+</P><IMG SRC="Pages/Images/Border.png"><P>
 </P><P>		<B>Technical details</B>
 </P><P>		<IMG SRC="Pages/Images/SmallDot.png"> <A href="Pages/License.html">License</A>
 </P><P>		<IMG SRC="Pages/Images/SmallDot.png"> <A href="Pages/Security.html">Security</A>
-</P><P>	<IMG SRC="Pages/Images/Border.png">
-</P>	</BODY>
+</P><IMG SRC="Pages/Images/Border.png">
+	</BODY>
 </HTML>

BIN
Doc/Pages/Images/Border.png


BIN
Doc/Pages/License.html


BIN
Doc/Pages/Security.html


BIN
Doc/Pages/Starting.html


BIN
Doc/Pages/StyleGuide.html