summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layout.xml2
-rw-r--r--style.less5
2 files changed, 6 insertions, 1 deletions
diff --git a/layout.xml b/layout.xml
index 12df99f..8e789fe 100644
--- a/layout.xml
+++ b/layout.xml
@@ -93,7 +93,7 @@ This layout has Pagetools visible in body content as used in http://wiki.ead.puc
<!-- footer links -->
<ul class="footer-legal-info list-unstyled small" id="footer-legal-info">
<!-- info -->
- <li>GTAMap - development instance - <i>Version 0.5.8</i></li>
+ <li>GTAMap - <i>Version 0.5.8</i></li>
</ul>
]]>
diff --git a/style.less b/style.less
index 53c222b..27bc300 100644
--- a/style.less
+++ b/style.less
@@ -133,3 +133,8 @@ table.wikitable {
p.mw-empty-elt {
display: none;
}
+
+
+.radioButtonSpan {
+ height: auto !important;
+}