doc: fix columns issue with 404 page display
A previous error (now fixed) in how the rst-columns CSS was written, caused the default rst-columns to use 3 columns, when before (because of the error) it being ignored. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
3d4cc0bff5
commit
686419ce7d
|
@ -5,7 +5,7 @@
|
||||||
Page Not Found
|
Page Not Found
|
||||||
##############
|
##############
|
||||||
|
|
||||||
.. rst-class:: rst-columns
|
.. rst-class:: rst-columns2
|
||||||
|
|
||||||
.. image:: images/ACRN-fall-from-tree-small.png
|
.. image:: images/ACRN-fall-from-tree-small.png
|
||||||
:align: left
|
:align: left
|
||||||
|
|
Loading…
Reference in New Issue