Merge pull request #439 from intelkevinputnam/rtd-theme

Multiple fixes
This commit is contained in:
Kevin Putnam
2019-04-03 12:55:42 -07:00
committed by GitHub
5 changed files with 11 additions and 9 deletions
@@ -92,27 +92,27 @@ th,td {
padding-left: 0 !important;
}
.c1 {
.clps1 {
font-size: 175%;
}
.c2 {
.clps2 {
font-size: 150%;
}
.c3 {
.clps3 {
font-size: 125%;
}
.c4 {
.clps4 {
font-size: 115%;
}
.c5 {
.clps5 {
font-size: 110%;
}
.c6 {
.clps6 {
font-size: 100%;
}
@@ -21,7 +21,7 @@ for (i = 0; i < contents.length; i++) {
var btn = document.createElement("BUTTON");
//If it is a header capture which level and pass on to button
if (element_type.length == 2 && element_type[0] == 'h') {
var newClass = 'c' + element_type[1];
var newClass = 'clps' + element_type[1];
//collapses the section by default only if javascript is working
contents[i].style.maxHeight = 0;
//Build the button and define behavior
@@ -45,7 +45,7 @@ Then make changes to the kernel, build it, and install it.
Install the |CL| development tooling framework
==============================================
.. include:: autospec.rst
.. include:: ../clearlinux/autospec.rst
:start-after: install-tooling-after-header:
:end-before: install-tooling-end:
+1 -1
View File
@@ -49,7 +49,7 @@ source_suffix = '.rst'
#source_encoding = 'utf-8-sig'
# The master toctree document.
master_doc = 'index'
master_doc = 'clear-linux/clear-linux'
# General information about the project.
project = u'Clear Linux* project'
+2
View File
@@ -1,5 +1,7 @@
.. Clear Technologies documentation master file.
:orphan:
Clear Linux - Documentation
###########################