mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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" />
|
||||
|
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