Daniele Bartolini пре 9 година
родитељ
комит
300d491e5d
2 измењених фајлова са 13 додато и 5 уклоњено
  1. 5 5
      docs/manual.rst
  2. 8 0
      docs/style.css

+ 5 - 5
docs/manual.rst

@@ -73,12 +73,12 @@ The result of the compilation process is stored in the data directory.
 .. code::
 
 	.
-	├── data                                   <- Contains compiled data files
-	|   ├── a14e8dfa2cd117e2-9dea40fdc2245efc  <- Compiled file
-	|   ├── 72e3cc03787a11a1-0b2f08fe66e395c0  <- Another compiled file
+	├── data                <- Contains compiled data files
+	|   ├── a14e8dfa2cd...  <- Compiled file
+	|   ├── 72e3cc03787...  <- Another compiled file
 	|   └── ...
-	├── temp                                   <- Temporary files from data compilers
-	└── last.log                               <- Text log from the last engine execution
+	├── temp                <- Temporary files from data compilers
+	└── last.log            <- Text log from the last engine execution
 
 The .bundleignore file
 ----------------------

+ 8 - 0
docs/style.css

@@ -17,6 +17,7 @@ body {
 div.topic {
 	border: 1px solid #aaa;
 	background-color: #f9f9f9;
+	margin: 0;
 }
 
 cite {
@@ -38,6 +39,13 @@ blockquote {
 	border-left: 0.25em solid #ddd;
 }
 
+pre.code {
+	margin-left: 0;
+	margin-right: 0;
+	padding: 16px;
+	overflow: auto;
+}
+
 h1, h2, h3 {
 	line-height:1.2
 }