]> granicus.if.org Git - icinga2/commitdiff
Update documentation CSS.
authorGunnar Beutner <gunnar.beutner@netways.de>
Thu, 26 Sep 2013 12:55:43 +0000 (14:55 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Thu, 26 Sep 2013 12:55:43 +0000 (14:55 +0200)
doc/mkdoc.sh
doc/toc-margin.css [new file with mode: 0644]

index 955ffca306a24518091243aefe10768d2cb97b29..7dd31c5a812fdc2a28cc5e7ea1d70ef942c8c7c5 100755 (executable)
@@ -6,7 +6,7 @@ cat <<HTML
 <head>
 <link rel="stylesheet" type="text/css" href="toc.css" media="all" />
 <link rel="stylesheet" type="text/css" href="toc-print.css" media="print" />
-<xmp theme="united" style="display:none;">
+<xmp theme="cerulean" style="display:none;">
 HTML
 
 for file in *.md; do
@@ -26,6 +26,7 @@ cat <<HTML
     'selectors': 'h1,h2,h3,h4,h5,h6'
 });
 </script>
+<link rel="stylesheet" type="text/css" href="toc-margin.css" media="screen" />
 </head>
 <body>
 <div id="content" />
diff --git a/doc/toc-margin.css b/doc/toc-margin.css
new file mode 100644 (file)
index 0000000..649afec
--- /dev/null
@@ -0,0 +1,3 @@
+.container {
+    margin-left: 300px;
+}