[IMP] doc: define a layout for 'category index' pages

These pages are not directly accessible through other doc’s pages but
there are still indexed by google.

eg.https://www.odoo.com/documentation/9.0/tutorials.html
This commit is contained in:
Stefano Rigano
2016-08-11 12:25:16 +02:00
committed by Martin Trigaux
parent cb26e149e2
commit a0dd875333
3 changed files with 33 additions and 19 deletions
+9
View File
@@ -742,6 +742,15 @@ article.doc-body {
.lead;
}
}
&.index-category {
min-height: 300px;
min-height: 30vh;
li.toctree-l1 {
padding: 5px 0;
}
}
}
.content-switcher {