#90 Gson implementation. #106

Merged
koleckia merged 5 commits from refactor/tools-servies-gson into master 2023-03-08 12:05:24 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 113b4c4d0a - Show all commits

View File

@@ -487,7 +487,7 @@ code {
line-height: 150%;
}
@media only screen and (max-width: 768px) {
@media only screen and (max-width: 1024px) {
.rwd-hideable {
display: none;
}

View File

@@ -27,7 +27,7 @@
<option value="saxon">Saxon</option>
<option value="xalan">Xalan</option>
<option value="libxml">libXML</option>
</select>
</select><br>
<label for="versions">XPath version:</label>
<select name="versions" id="versions">
<option class="hideable libxml xalan"value="1.0">1.0</option>