diff --git a/Frontend/assets/css/tools/r11form.css b/Frontend/assets/css/tools/r11form.css index f4af46e..1ac42a9 100644 --- a/Frontend/assets/css/tools/r11form.css +++ b/Frontend/assets/css/tools/r11form.css @@ -437,10 +437,6 @@ content: "▼"; } -.content.active{ - -} - .hiddable { display: none; } @@ -479,6 +475,16 @@ textarea { box-sizing: border-box; } -code{ +code { line-height: 150%; +} + +@media only screen and (max-width: 768px) { + .rwd-hideable { + display: none; + } + + .rwd-expandable { + width: 100%; + } } \ No newline at end of file diff --git a/Frontend/tools/xpath.html b/Frontend/tools/xpath.html index 776cc66..87d71ea 100644 --- a/Frontend/tools/xpath.html +++ b/Frontend/tools/xpath.html @@ -7,13 +7,14 @@ +