|
@@ -40,6 +40,7 @@ h6,
|
|
/* Desktop click-to-scroll margin/padding fixes */
|
|
/* Desktop click-to-scroll margin/padding fixes */
|
|
padding-top: 2em !important;
|
|
padding-top: 2em !important;
|
|
margin-top: -2em !important;
|
|
margin-top: -2em !important;
|
|
|
|
+ pointer-events:none;
|
|
}
|
|
}
|
|
#content h3 {
|
|
#content h3 {
|
|
padding: 0.7em 0em 0.3em 0em;
|
|
padding: 0.7em 0em 0.3em 0em;
|
|
@@ -354,11 +355,16 @@ h6,
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
color: #0e6b8d;
|
|
color: #0e6b8d;
|
|
}
|
|
}
|
|
|
|
+#toc_table > h2 > a > b {
|
|
|
|
+ display: none;
|
|
|
|
+ border-top-color: #0e6b8d !important;
|
|
|
|
+}
|
|
#toc_table > h3 {
|
|
#toc_table > h3 {
|
|
font-size: 1em;
|
|
font-size: 1em;
|
|
color: #0e6b8d;
|
|
color: #0e6b8d;
|
|
}
|
|
}
|
|
#toc_table > #toc_navigation {
|
|
#toc_table > #toc_navigation {
|
|
|
|
+ display: block;
|
|
margin-top: 1.5em !important;
|
|
margin-top: 1.5em !important;
|
|
background: #fff;
|
|
background: #fff;
|
|
border-bottom: 3px solid #ddd;
|
|
border-bottom: 3px solid #ddd;
|
|
@@ -572,6 +578,9 @@ ol.breadcrumb > li:last-child > a {
|
|
margin-bottom: 0.3em;
|
|
margin-bottom: 0.3em;
|
|
font-size: 2em;
|
|
font-size: 2em;
|
|
}
|
|
}
|
|
|
|
+ #toc_table > h2 > a > b {
|
|
|
|
+ display: inline-block;
|
|
|
|
+ }
|
|
#toc_table > h3 {
|
|
#toc_table > h3 {
|
|
display: block;
|
|
display: block;
|
|
margin: 0;
|
|
margin: 0;
|
|
@@ -590,13 +599,6 @@ ol.breadcrumb > li:last-child > a {
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
|
|
- /* Mobile click-to-scroll margin/padding fixes */
|
|
|
|
- #content h2 {
|
|
|
|
- padding: 0.5em 0em 0.3em 0em;
|
|
|
|
- padding-top: 13.5em !important;
|
|
|
|
- margin-top: -13.5em !important;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
}
|
|
}
|
|
|
|
|
|
/* Container responsiveness fixes to maximise realestate expenditure */
|
|
/* Container responsiveness fixes to maximise realestate expenditure */
|