mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-28 16:14:09 +02:00
Update documentation CSS.
This commit is contained in:
parent
6fa861b731
commit
105dd71ba5
@ -6,7 +6,7 @@ cat <<HTML
|
|||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" type="text/css" href="toc.css" media="all" />
|
<link rel="stylesheet" type="text/css" href="toc.css" media="all" />
|
||||||
<link rel="stylesheet" type="text/css" href="toc-print.css" media="print" />
|
<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
|
HTML
|
||||||
|
|
||||||
for file in *.md; do
|
for file in *.md; do
|
||||||
@ -26,6 +26,7 @@ cat <<HTML
|
|||||||
'selectors': 'h1,h2,h3,h4,h5,h6'
|
'selectors': 'h1,h2,h3,h4,h5,h6'
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="toc-margin.css" media="screen" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="content" />
|
<div id="content" />
|
||||||
|
3
doc/toc-margin.css
Normal file
3
doc/toc-margin.css
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
.container {
|
||||||
|
margin-left: 300px;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user