mirror of https://github.com/Icinga/icinga2.git
Update documentation CSS.
This commit is contained in:
parent
6fa861b731
commit
105dd71ba5
|
@ -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" />
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
.container {
|
||||
margin-left: 300px;
|
||||
}
|
Loading…
Reference in New Issue