More good stuff.

Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
This commit is contained in:
Kevin Putnam
2019-10-17 16:20:28 -07:00
parent 36c542e976
commit 72acaf97b7
2 changed files with 27 additions and 5 deletions
@@ -477,9 +477,18 @@ div.linenodiv:before { /*add extra new line to make sure code and line numbers a
float: left;
width: 350px;
padding: 10px;
/*height: 500px;*/
margin: 10px;
border: 10px;
background: white;
}
.column.featurecard {
background: #CCE9F5;
}
.column.verticalcard {
height: 615px;
overflow: auto;
}
/* Clear floats after the columns */
@@ -495,4 +504,10 @@ div.linenodiv:before { /*add extra new line to make sure code and line numbers a
font-family: "Roboto Slab","ff-tisa-web-pro","Georgia",Arial,sans-serif;
}
.video.docutils.container {
margin: 10px;
width:720px;
height:405px;
}
/*End support for multi-column sections*/
+11 -4
View File
@@ -5,7 +5,7 @@
.. container:: multicolumns
.. container:: column
.. container:: column verticalcard
.. rst-class:: colh2
@@ -24,11 +24,11 @@
Clear Linux OS supports multiple containerization platforms,
including a Docker solution.
:ref:`developer-workstation`
:ref:`developer-workstation`
Developer Workstation helps you find the Bundles you need to start
your Clear Linux OS development project.
.. container:: column
.. container:: column verticalcard
.. rst-class:: colh2
@@ -51,7 +51,7 @@
:ref:`bundles`
Useful bundle commands for working with bundles on the Clear Linux OS.
.. container:: column
.. container:: column featurecard
.. toctree::
:caption: Documentation Contents
@@ -70,3 +70,10 @@
| `Ask the Clear Linux experts <https://clearlinux.org/community/mailing-list>`_
| `Clear Linux Forum <https://community.clearlinux.org/>`_
| `IRC-based support <https://webchat.freenode.net/>`_
.. container:: video
.. raw:: html
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/JFg-_5xihkE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen style="padding:10px; background-color: #fff;"></iframe>