dev #58

Merged
bema merged 34 commits from dev into master 2023-02-22 14:10:22 +01:00
2 changed files with 12 additions and 2 deletions
Showing only changes of commit cb48f3017a - Show all commits

View File

@@ -481,4 +481,14 @@ textarea {
code { code {
line-height: 150%; line-height: 150%;
}
@media only screen and (max-width: 768px) {
.rwd-hideable {
display: none;
}
.rwd-expandable {
width: 100%;
}
} }

View File

@@ -14,7 +14,7 @@
<body onload="init();"> <body onload="init();">
<div class="container"> <div class="container">
<div id="tool" class="tool"> <div id="tool" class="tool rwd-expandable">
<div class="tool-context"> <div class="tool-context">
<div class="headline"> <div class="headline">
<h1>Online XPath tester <span class="versionInfo"><span class="version-span">v0.4</span></span></h1> <h1>Online XPath tester <span class="versionInfo"><span class="version-span">v0.4</span></span></h1>
@@ -62,7 +62,7 @@
</div> </div>
</div> </div>
<div class="tooltip tooltip-window"> <div class="tooltip tooltip-window rwd-hideable">
<h2>What is XPath?</h2> <h2>What is XPath?</h2>
<p>XPath is a querry language used for selecting nodes from XML and processing them.<br> <p>XPath is a querry language used for selecting nodes from XML and processing them.<br>
It may perform operations on strings, numbers and boolean values.<br></p> It may perform operations on strings, numbers and boolean values.<br></p>