Fixed a code floating issue with <pre> tags nested inside of list elements.
This commit is contained in:
parent
8dc4d28a93
commit
39d7062639
@ -6816,6 +6816,109 @@ pre code {
|
|||||||
display: block;
|
display: block;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
.float-view .content-page .page-header p,
|
||||||
|
.float-view .content-page p p,
|
||||||
|
.float-view .content-page ul p,
|
||||||
|
.float-view .content-page ol p,
|
||||||
|
.float-view .content-page dl p,
|
||||||
|
.float-view .content-page h2 p,
|
||||||
|
.float-view .content-page h3 p,
|
||||||
|
.float-view .content-page h4 p,
|
||||||
|
.float-view .content-page h5 p,
|
||||||
|
.float-view .content-page h6 p,
|
||||||
|
.float-view .content-page .page-header ul,
|
||||||
|
.float-view .content-page p ul,
|
||||||
|
.float-view .content-page ul ul,
|
||||||
|
.float-view .content-page ol ul,
|
||||||
|
.float-view .content-page dl ul,
|
||||||
|
.float-view .content-page h2 ul,
|
||||||
|
.float-view .content-page h3 ul,
|
||||||
|
.float-view .content-page h4 ul,
|
||||||
|
.float-view .content-page h5 ul,
|
||||||
|
.float-view .content-page h6 ul,
|
||||||
|
.float-view .content-page .page-header ol,
|
||||||
|
.float-view .content-page p ol,
|
||||||
|
.float-view .content-page ul ol,
|
||||||
|
.float-view .content-page ol ol,
|
||||||
|
.float-view .content-page dl ol,
|
||||||
|
.float-view .content-page h2 ol,
|
||||||
|
.float-view .content-page h3 ol,
|
||||||
|
.float-view .content-page h4 ol,
|
||||||
|
.float-view .content-page h5 ol,
|
||||||
|
.float-view .content-page h6 ol,
|
||||||
|
.float-view .content-page .page-header dl,
|
||||||
|
.float-view .content-page p dl,
|
||||||
|
.float-view .content-page ul dl,
|
||||||
|
.float-view .content-page ol dl,
|
||||||
|
.float-view .content-page dl dl,
|
||||||
|
.float-view .content-page h2 dl,
|
||||||
|
.float-view .content-page h3 dl,
|
||||||
|
.float-view .content-page h4 dl,
|
||||||
|
.float-view .content-page h5 dl,
|
||||||
|
.float-view .content-page h6 dl,
|
||||||
|
.float-view .content-page .page-header h2,
|
||||||
|
.float-view .content-page p h2,
|
||||||
|
.float-view .content-page ul h2,
|
||||||
|
.float-view .content-page ol h2,
|
||||||
|
.float-view .content-page dl h2,
|
||||||
|
.float-view .content-page h2 h2,
|
||||||
|
.float-view .content-page h3 h2,
|
||||||
|
.float-view .content-page h4 h2,
|
||||||
|
.float-view .content-page h5 h2,
|
||||||
|
.float-view .content-page h6 h2,
|
||||||
|
.float-view .content-page .page-header h3,
|
||||||
|
.float-view .content-page p h3,
|
||||||
|
.float-view .content-page ul h3,
|
||||||
|
.float-view .content-page ol h3,
|
||||||
|
.float-view .content-page dl h3,
|
||||||
|
.float-view .content-page h2 h3,
|
||||||
|
.float-view .content-page h3 h3,
|
||||||
|
.float-view .content-page h4 h3,
|
||||||
|
.float-view .content-page h5 h3,
|
||||||
|
.float-view .content-page h6 h3,
|
||||||
|
.float-view .content-page .page-header h4,
|
||||||
|
.float-view .content-page p h4,
|
||||||
|
.float-view .content-page ul h4,
|
||||||
|
.float-view .content-page ol h4,
|
||||||
|
.float-view .content-page dl h4,
|
||||||
|
.float-view .content-page h2 h4,
|
||||||
|
.float-view .content-page h3 h4,
|
||||||
|
.float-view .content-page h4 h4,
|
||||||
|
.float-view .content-page h5 h4,
|
||||||
|
.float-view .content-page h6 h4,
|
||||||
|
.float-view .content-page .page-header h5,
|
||||||
|
.float-view .content-page p h5,
|
||||||
|
.float-view .content-page ul h5,
|
||||||
|
.float-view .content-page ol h5,
|
||||||
|
.float-view .content-page dl h5,
|
||||||
|
.float-view .content-page h2 h5,
|
||||||
|
.float-view .content-page h3 h5,
|
||||||
|
.float-view .content-page h4 h5,
|
||||||
|
.float-view .content-page h5 h5,
|
||||||
|
.float-view .content-page h6 h5,
|
||||||
|
.float-view .content-page .page-header h6,
|
||||||
|
.float-view .content-page p h6,
|
||||||
|
.float-view .content-page ul h6,
|
||||||
|
.float-view .content-page ol h6,
|
||||||
|
.float-view .content-page dl h6,
|
||||||
|
.float-view .content-page h2 h6,
|
||||||
|
.float-view .content-page h3 h6,
|
||||||
|
.float-view .content-page h4 h6,
|
||||||
|
.float-view .content-page h5 h6,
|
||||||
|
.float-view .content-page h6 h6,
|
||||||
|
.float-view .content-page .page-header pre,
|
||||||
|
.float-view .content-page p pre,
|
||||||
|
.float-view .content-page ul pre,
|
||||||
|
.float-view .content-page ol pre,
|
||||||
|
.float-view .content-page dl pre,
|
||||||
|
.float-view .content-page h2 pre,
|
||||||
|
.float-view .content-page h3 pre,
|
||||||
|
.float-view .content-page h4 pre,
|
||||||
|
.float-view .content-page h5 pre,
|
||||||
|
.float-view .content-page h6 pre {
|
||||||
|
float: none;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
.float-view .content-page ul li,
|
.float-view .content-page ul li,
|
||||||
.float-view .content-page ol li {
|
.float-view .content-page ol li {
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
|
@ -6816,6 +6816,109 @@ pre code {
|
|||||||
display: block;
|
display: block;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
.float-view .content-page .page-header p,
|
||||||
|
.float-view .content-page p p,
|
||||||
|
.float-view .content-page ul p,
|
||||||
|
.float-view .content-page ol p,
|
||||||
|
.float-view .content-page dl p,
|
||||||
|
.float-view .content-page h2 p,
|
||||||
|
.float-view .content-page h3 p,
|
||||||
|
.float-view .content-page h4 p,
|
||||||
|
.float-view .content-page h5 p,
|
||||||
|
.float-view .content-page h6 p,
|
||||||
|
.float-view .content-page .page-header ul,
|
||||||
|
.float-view .content-page p ul,
|
||||||
|
.float-view .content-page ul ul,
|
||||||
|
.float-view .content-page ol ul,
|
||||||
|
.float-view .content-page dl ul,
|
||||||
|
.float-view .content-page h2 ul,
|
||||||
|
.float-view .content-page h3 ul,
|
||||||
|
.float-view .content-page h4 ul,
|
||||||
|
.float-view .content-page h5 ul,
|
||||||
|
.float-view .content-page h6 ul,
|
||||||
|
.float-view .content-page .page-header ol,
|
||||||
|
.float-view .content-page p ol,
|
||||||
|
.float-view .content-page ul ol,
|
||||||
|
.float-view .content-page ol ol,
|
||||||
|
.float-view .content-page dl ol,
|
||||||
|
.float-view .content-page h2 ol,
|
||||||
|
.float-view .content-page h3 ol,
|
||||||
|
.float-view .content-page h4 ol,
|
||||||
|
.float-view .content-page h5 ol,
|
||||||
|
.float-view .content-page h6 ol,
|
||||||
|
.float-view .content-page .page-header dl,
|
||||||
|
.float-view .content-page p dl,
|
||||||
|
.float-view .content-page ul dl,
|
||||||
|
.float-view .content-page ol dl,
|
||||||
|
.float-view .content-page dl dl,
|
||||||
|
.float-view .content-page h2 dl,
|
||||||
|
.float-view .content-page h3 dl,
|
||||||
|
.float-view .content-page h4 dl,
|
||||||
|
.float-view .content-page h5 dl,
|
||||||
|
.float-view .content-page h6 dl,
|
||||||
|
.float-view .content-page .page-header h2,
|
||||||
|
.float-view .content-page p h2,
|
||||||
|
.float-view .content-page ul h2,
|
||||||
|
.float-view .content-page ol h2,
|
||||||
|
.float-view .content-page dl h2,
|
||||||
|
.float-view .content-page h2 h2,
|
||||||
|
.float-view .content-page h3 h2,
|
||||||
|
.float-view .content-page h4 h2,
|
||||||
|
.float-view .content-page h5 h2,
|
||||||
|
.float-view .content-page h6 h2,
|
||||||
|
.float-view .content-page .page-header h3,
|
||||||
|
.float-view .content-page p h3,
|
||||||
|
.float-view .content-page ul h3,
|
||||||
|
.float-view .content-page ol h3,
|
||||||
|
.float-view .content-page dl h3,
|
||||||
|
.float-view .content-page h2 h3,
|
||||||
|
.float-view .content-page h3 h3,
|
||||||
|
.float-view .content-page h4 h3,
|
||||||
|
.float-view .content-page h5 h3,
|
||||||
|
.float-view .content-page h6 h3,
|
||||||
|
.float-view .content-page .page-header h4,
|
||||||
|
.float-view .content-page p h4,
|
||||||
|
.float-view .content-page ul h4,
|
||||||
|
.float-view .content-page ol h4,
|
||||||
|
.float-view .content-page dl h4,
|
||||||
|
.float-view .content-page h2 h4,
|
||||||
|
.float-view .content-page h3 h4,
|
||||||
|
.float-view .content-page h4 h4,
|
||||||
|
.float-view .content-page h5 h4,
|
||||||
|
.float-view .content-page h6 h4,
|
||||||
|
.float-view .content-page .page-header h5,
|
||||||
|
.float-view .content-page p h5,
|
||||||
|
.float-view .content-page ul h5,
|
||||||
|
.float-view .content-page ol h5,
|
||||||
|
.float-view .content-page dl h5,
|
||||||
|
.float-view .content-page h2 h5,
|
||||||
|
.float-view .content-page h3 h5,
|
||||||
|
.float-view .content-page h4 h5,
|
||||||
|
.float-view .content-page h5 h5,
|
||||||
|
.float-view .content-page h6 h5,
|
||||||
|
.float-view .content-page .page-header h6,
|
||||||
|
.float-view .content-page p h6,
|
||||||
|
.float-view .content-page ul h6,
|
||||||
|
.float-view .content-page ol h6,
|
||||||
|
.float-view .content-page dl h6,
|
||||||
|
.float-view .content-page h2 h6,
|
||||||
|
.float-view .content-page h3 h6,
|
||||||
|
.float-view .content-page h4 h6,
|
||||||
|
.float-view .content-page h5 h6,
|
||||||
|
.float-view .content-page h6 h6,
|
||||||
|
.float-view .content-page .page-header pre,
|
||||||
|
.float-view .content-page p pre,
|
||||||
|
.float-view .content-page ul pre,
|
||||||
|
.float-view .content-page ol pre,
|
||||||
|
.float-view .content-page dl pre,
|
||||||
|
.float-view .content-page h2 pre,
|
||||||
|
.float-view .content-page h3 pre,
|
||||||
|
.float-view .content-page h4 pre,
|
||||||
|
.float-view .content-page h5 pre,
|
||||||
|
.float-view .content-page h6 pre {
|
||||||
|
float: none;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
.float-view .content-page ul li,
|
.float-view .content-page ul li,
|
||||||
.float-view .content-page ol li {
|
.float-view .content-page ol li {
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
|
@ -6816,6 +6816,109 @@ pre code {
|
|||||||
display: block;
|
display: block;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
.float-view .content-page .page-header p,
|
||||||
|
.float-view .content-page p p,
|
||||||
|
.float-view .content-page ul p,
|
||||||
|
.float-view .content-page ol p,
|
||||||
|
.float-view .content-page dl p,
|
||||||
|
.float-view .content-page h2 p,
|
||||||
|
.float-view .content-page h3 p,
|
||||||
|
.float-view .content-page h4 p,
|
||||||
|
.float-view .content-page h5 p,
|
||||||
|
.float-view .content-page h6 p,
|
||||||
|
.float-view .content-page .page-header ul,
|
||||||
|
.float-view .content-page p ul,
|
||||||
|
.float-view .content-page ul ul,
|
||||||
|
.float-view .content-page ol ul,
|
||||||
|
.float-view .content-page dl ul,
|
||||||
|
.float-view .content-page h2 ul,
|
||||||
|
.float-view .content-page h3 ul,
|
||||||
|
.float-view .content-page h4 ul,
|
||||||
|
.float-view .content-page h5 ul,
|
||||||
|
.float-view .content-page h6 ul,
|
||||||
|
.float-view .content-page .page-header ol,
|
||||||
|
.float-view .content-page p ol,
|
||||||
|
.float-view .content-page ul ol,
|
||||||
|
.float-view .content-page ol ol,
|
||||||
|
.float-view .content-page dl ol,
|
||||||
|
.float-view .content-page h2 ol,
|
||||||
|
.float-view .content-page h3 ol,
|
||||||
|
.float-view .content-page h4 ol,
|
||||||
|
.float-view .content-page h5 ol,
|
||||||
|
.float-view .content-page h6 ol,
|
||||||
|
.float-view .content-page .page-header dl,
|
||||||
|
.float-view .content-page p dl,
|
||||||
|
.float-view .content-page ul dl,
|
||||||
|
.float-view .content-page ol dl,
|
||||||
|
.float-view .content-page dl dl,
|
||||||
|
.float-view .content-page h2 dl,
|
||||||
|
.float-view .content-page h3 dl,
|
||||||
|
.float-view .content-page h4 dl,
|
||||||
|
.float-view .content-page h5 dl,
|
||||||
|
.float-view .content-page h6 dl,
|
||||||
|
.float-view .content-page .page-header h2,
|
||||||
|
.float-view .content-page p h2,
|
||||||
|
.float-view .content-page ul h2,
|
||||||
|
.float-view .content-page ol h2,
|
||||||
|
.float-view .content-page dl h2,
|
||||||
|
.float-view .content-page h2 h2,
|
||||||
|
.float-view .content-page h3 h2,
|
||||||
|
.float-view .content-page h4 h2,
|
||||||
|
.float-view .content-page h5 h2,
|
||||||
|
.float-view .content-page h6 h2,
|
||||||
|
.float-view .content-page .page-header h3,
|
||||||
|
.float-view .content-page p h3,
|
||||||
|
.float-view .content-page ul h3,
|
||||||
|
.float-view .content-page ol h3,
|
||||||
|
.float-view .content-page dl h3,
|
||||||
|
.float-view .content-page h2 h3,
|
||||||
|
.float-view .content-page h3 h3,
|
||||||
|
.float-view .content-page h4 h3,
|
||||||
|
.float-view .content-page h5 h3,
|
||||||
|
.float-view .content-page h6 h3,
|
||||||
|
.float-view .content-page .page-header h4,
|
||||||
|
.float-view .content-page p h4,
|
||||||
|
.float-view .content-page ul h4,
|
||||||
|
.float-view .content-page ol h4,
|
||||||
|
.float-view .content-page dl h4,
|
||||||
|
.float-view .content-page h2 h4,
|
||||||
|
.float-view .content-page h3 h4,
|
||||||
|
.float-view .content-page h4 h4,
|
||||||
|
.float-view .content-page h5 h4,
|
||||||
|
.float-view .content-page h6 h4,
|
||||||
|
.float-view .content-page .page-header h5,
|
||||||
|
.float-view .content-page p h5,
|
||||||
|
.float-view .content-page ul h5,
|
||||||
|
.float-view .content-page ol h5,
|
||||||
|
.float-view .content-page dl h5,
|
||||||
|
.float-view .content-page h2 h5,
|
||||||
|
.float-view .content-page h3 h5,
|
||||||
|
.float-view .content-page h4 h5,
|
||||||
|
.float-view .content-page h5 h5,
|
||||||
|
.float-view .content-page h6 h5,
|
||||||
|
.float-view .content-page .page-header h6,
|
||||||
|
.float-view .content-page p h6,
|
||||||
|
.float-view .content-page ul h6,
|
||||||
|
.float-view .content-page ol h6,
|
||||||
|
.float-view .content-page dl h6,
|
||||||
|
.float-view .content-page h2 h6,
|
||||||
|
.float-view .content-page h3 h6,
|
||||||
|
.float-view .content-page h4 h6,
|
||||||
|
.float-view .content-page h5 h6,
|
||||||
|
.float-view .content-page h6 h6,
|
||||||
|
.float-view .content-page .page-header pre,
|
||||||
|
.float-view .content-page p pre,
|
||||||
|
.float-view .content-page ul pre,
|
||||||
|
.float-view .content-page ol pre,
|
||||||
|
.float-view .content-page dl pre,
|
||||||
|
.float-view .content-page h2 pre,
|
||||||
|
.float-view .content-page h3 pre,
|
||||||
|
.float-view .content-page h4 pre,
|
||||||
|
.float-view .content-page h5 pre,
|
||||||
|
.float-view .content-page h6 pre {
|
||||||
|
float: none;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
.float-view .content-page ul li,
|
.float-view .content-page ul li,
|
||||||
.float-view .content-page ol li {
|
.float-view .content-page ol li {
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
|
103
css/daux-red.css
103
css/daux-red.css
@ -6816,6 +6816,109 @@ pre code {
|
|||||||
display: block;
|
display: block;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
.float-view .content-page .page-header p,
|
||||||
|
.float-view .content-page p p,
|
||||||
|
.float-view .content-page ul p,
|
||||||
|
.float-view .content-page ol p,
|
||||||
|
.float-view .content-page dl p,
|
||||||
|
.float-view .content-page h2 p,
|
||||||
|
.float-view .content-page h3 p,
|
||||||
|
.float-view .content-page h4 p,
|
||||||
|
.float-view .content-page h5 p,
|
||||||
|
.float-view .content-page h6 p,
|
||||||
|
.float-view .content-page .page-header ul,
|
||||||
|
.float-view .content-page p ul,
|
||||||
|
.float-view .content-page ul ul,
|
||||||
|
.float-view .content-page ol ul,
|
||||||
|
.float-view .content-page dl ul,
|
||||||
|
.float-view .content-page h2 ul,
|
||||||
|
.float-view .content-page h3 ul,
|
||||||
|
.float-view .content-page h4 ul,
|
||||||
|
.float-view .content-page h5 ul,
|
||||||
|
.float-view .content-page h6 ul,
|
||||||
|
.float-view .content-page .page-header ol,
|
||||||
|
.float-view .content-page p ol,
|
||||||
|
.float-view .content-page ul ol,
|
||||||
|
.float-view .content-page ol ol,
|
||||||
|
.float-view .content-page dl ol,
|
||||||
|
.float-view .content-page h2 ol,
|
||||||
|
.float-view .content-page h3 ol,
|
||||||
|
.float-view .content-page h4 ol,
|
||||||
|
.float-view .content-page h5 ol,
|
||||||
|
.float-view .content-page h6 ol,
|
||||||
|
.float-view .content-page .page-header dl,
|
||||||
|
.float-view .content-page p dl,
|
||||||
|
.float-view .content-page ul dl,
|
||||||
|
.float-view .content-page ol dl,
|
||||||
|
.float-view .content-page dl dl,
|
||||||
|
.float-view .content-page h2 dl,
|
||||||
|
.float-view .content-page h3 dl,
|
||||||
|
.float-view .content-page h4 dl,
|
||||||
|
.float-view .content-page h5 dl,
|
||||||
|
.float-view .content-page h6 dl,
|
||||||
|
.float-view .content-page .page-header h2,
|
||||||
|
.float-view .content-page p h2,
|
||||||
|
.float-view .content-page ul h2,
|
||||||
|
.float-view .content-page ol h2,
|
||||||
|
.float-view .content-page dl h2,
|
||||||
|
.float-view .content-page h2 h2,
|
||||||
|
.float-view .content-page h3 h2,
|
||||||
|
.float-view .content-page h4 h2,
|
||||||
|
.float-view .content-page h5 h2,
|
||||||
|
.float-view .content-page h6 h2,
|
||||||
|
.float-view .content-page .page-header h3,
|
||||||
|
.float-view .content-page p h3,
|
||||||
|
.float-view .content-page ul h3,
|
||||||
|
.float-view .content-page ol h3,
|
||||||
|
.float-view .content-page dl h3,
|
||||||
|
.float-view .content-page h2 h3,
|
||||||
|
.float-view .content-page h3 h3,
|
||||||
|
.float-view .content-page h4 h3,
|
||||||
|
.float-view .content-page h5 h3,
|
||||||
|
.float-view .content-page h6 h3,
|
||||||
|
.float-view .content-page .page-header h4,
|
||||||
|
.float-view .content-page p h4,
|
||||||
|
.float-view .content-page ul h4,
|
||||||
|
.float-view .content-page ol h4,
|
||||||
|
.float-view .content-page dl h4,
|
||||||
|
.float-view .content-page h2 h4,
|
||||||
|
.float-view .content-page h3 h4,
|
||||||
|
.float-view .content-page h4 h4,
|
||||||
|
.float-view .content-page h5 h4,
|
||||||
|
.float-view .content-page h6 h4,
|
||||||
|
.float-view .content-page .page-header h5,
|
||||||
|
.float-view .content-page p h5,
|
||||||
|
.float-view .content-page ul h5,
|
||||||
|
.float-view .content-page ol h5,
|
||||||
|
.float-view .content-page dl h5,
|
||||||
|
.float-view .content-page h2 h5,
|
||||||
|
.float-view .content-page h3 h5,
|
||||||
|
.float-view .content-page h4 h5,
|
||||||
|
.float-view .content-page h5 h5,
|
||||||
|
.float-view .content-page h6 h5,
|
||||||
|
.float-view .content-page .page-header h6,
|
||||||
|
.float-view .content-page p h6,
|
||||||
|
.float-view .content-page ul h6,
|
||||||
|
.float-view .content-page ol h6,
|
||||||
|
.float-view .content-page dl h6,
|
||||||
|
.float-view .content-page h2 h6,
|
||||||
|
.float-view .content-page h3 h6,
|
||||||
|
.float-view .content-page h4 h6,
|
||||||
|
.float-view .content-page h5 h6,
|
||||||
|
.float-view .content-page h6 h6,
|
||||||
|
.float-view .content-page .page-header pre,
|
||||||
|
.float-view .content-page p pre,
|
||||||
|
.float-view .content-page ul pre,
|
||||||
|
.float-view .content-page ol pre,
|
||||||
|
.float-view .content-page dl pre,
|
||||||
|
.float-view .content-page h2 pre,
|
||||||
|
.float-view .content-page h3 pre,
|
||||||
|
.float-view .content-page h4 pre,
|
||||||
|
.float-view .content-page h5 pre,
|
||||||
|
.float-view .content-page h6 pre {
|
||||||
|
float: none;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
.float-view .content-page ul li,
|
.float-view .content-page ul li,
|
||||||
.float-view .content-page ol li {
|
.float-view .content-page ol li {
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
|
@ -553,6 +553,10 @@ pre {
|
|||||||
clear: both;
|
clear: both;
|
||||||
//border-top: 1px solid @dark;
|
//border-top: 1px solid @dark;
|
||||||
}
|
}
|
||||||
|
p, ul, ol, dl, h2, h3,h4, h5, h6, pre {
|
||||||
|
float: none;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
ul,ol {
|
ul,ol {
|
||||||
li {
|
li {
|
||||||
|
Loading…
Reference in New Issue
Block a user