metanorma-ogc 2.7.0 → 2.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/isodoc/ogc/html/_coverpage.css +132 -91
- data/lib/isodoc/ogc/html/_coverpage.scss +2 -0
- data/lib/isodoc/ogc/html/htmlstyle.css +772 -580
- data/lib/isodoc/ogc/html/htmlstyle.scss +3 -3
- data/lib/isodoc/ogc/html/ogc.css +272 -205
- data/lib/isodoc/ogc/html/ogc_wp.css +244 -181
- data/lib/isodoc/ogc/html/wordstyle.css +480 -411
- data/lib/isodoc/ogc/html/wordstyle_wp.css +404 -344
- data/lib/isodoc/ogc/presentation_xml_convert.rb +1 -0
- data/lib/metanorma/ogc/basicdoc.rng +37 -32
- data/lib/metanorma/ogc/isodoc.rng +23 -17
- data/lib/metanorma/ogc/version.rb +1 -1
- data/metanorma-ogc.gemspec +3 -2
- metadata +24 -10
@@ -46,8 +46,8 @@ $docstage-colors-list: (
|
|
46
46
|
);
|
47
47
|
|
48
48
|
|
49
|
-
@
|
50
|
-
@
|
49
|
+
@use 'base_style/all' as *;
|
50
|
+
@use 'coverpage' as *;
|
51
51
|
|
52
52
|
/* For Requirement Test anchors */
|
53
53
|
p.RecommendationTitle:hover > a.anchor,
|
@@ -109,7 +109,7 @@ dl {
|
|
109
109
|
nav {
|
110
110
|
@include sidebarNav(#f1f8ff, 323px, 30px);
|
111
111
|
|
112
|
-
@media screen and (min-width:
|
112
|
+
@media screen and (min-width: 768px) {
|
113
113
|
margin-right: 30px;
|
114
114
|
}
|
115
115
|
}
|