diff --git a/builtin/partials/toc.hbs b/builtin/partials/toc.hbs index 418cc67..d1f8bd7 100644 --- a/builtin/partials/toc.hbs +++ b/builtin/partials/toc.hbs @@ -1,5 +1,5 @@
diff --git a/layouts/mixu-bootstrap-2col/assets/css/style.css b/layouts/mixu-bootstrap-2col/assets/css/style.css new file mode 100644 index 0000000..c92648d --- /dev/null +++ b/layouts/mixu-bootstrap-2col/assets/css/style.css @@ -0,0 +1,24 @@ +body { + background-color: #f6f6f6; + padding-top: 30px; +} +.main { + background-color: #fff; + border: 1px solid #CCC; + padding: 40px; +} +.container { + width: 1100px; +} +.nav-list { + font-size: 17px; +} +.nav-header { + font-size: 17px; + text-transform: none; + line-height: 30px; +} +.sidebar-header-2 { margin-left: 10px; } +.sidebar-header-3 { margin-left: 20px; } +.sidebar-header-4 { margin-left: 30px; } +.sidebar-header-5 { margin-left: 40px; } diff --git a/layouts/mixu-bootstrap-2col/page.html b/layouts/mixu-bootstrap-2col/page.html index 7d6562a..e1e4fe7 100644 --- a/layouts/mixu-bootstrap-2col/page.html +++ b/layouts/mixu-bootstrap-2col/page.html @@ -4,31 +4,10 @@