Skip to content

Commit

Permalink
GoLive v0.11.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
2Abendsegler authored Nov 22, 2021
2 parents 726aecc + 12cced4 commit f1c4173
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
1 change: 1 addition & 0 deletions data/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ gclh_nav .wrapper {
flex-direction: row;
margin: 0 auto;
min-width: 990px;
max-width: 1300px;
position: relative;
height: 100%;
padding-left: 32px;
Expand Down
13 changes: 13 additions & 0 deletions docu/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<a href="#v01181" title="GClh II version 0.11.8.1 (22.11.2021)">v0.11.8.1</a> &nbsp;
<a href="#v0118" title="GClh II version 0.11.8 (20.11.2021)">v0.11.8</a> &nbsp;
<a href="#v0117" title="GClh II version 0.11.7 (12.09.2021)">v0.11.7</a> &nbsp;
<a href="#v01152" title="GClh II version 0.11.5.2 (20.08.2021)">v0.11.5.2</a> &nbsp;
Expand Down Expand Up @@ -31,6 +32,18 @@
<a href="changelog_before.md" title="Go to earlier changelog">Earlier changelog</a> &nbsp;


---
## v0.11.8.1:
<ul>
<li>
<strong>Roll back:</strong> [Search Map] Header has white space border if "Change header layout" is disabled. [<a href="https://github.com/2Abendsegler/GClh/issues/1955" title="Issue 1955">1955</a> / <a href="https://www.geocaching.com/profile/?u=2Abendsegler" title="Thanks to 2Abendsegler">2Abendsegler</a>]<br>
We rolled back the development because with certain settings the menu in the header was no longer centered.<br>
</li>
</ul>
(22.11.2021)<br>
released by <a href="https://www.geocaching.com/profile/?u=2Abendsegler">2Abendsegler</a><br>
<br>

---
## v0.11.8:
<ul>
Expand Down
6 changes: 3 additions & 3 deletions gc_little_helper_II.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @name GC little helper II
// @description Some little things to make life easy (on www.geocaching.com).
//--> $$000
// @version 0.11.8
// @version 0.11.8.1
//<-- $$000
// @copyright 2010-2016 Torsten Amshove, 2016-2021 2Abendsegler, 2017-2021 Ruko2010
// @author Torsten Amshove; 2Abendsegler; Ruko2010
Expand Down Expand Up @@ -12149,7 +12149,7 @@ var mainGC = function() {
code += '<img src="https://c.andyhoppe.com/1637376471"' + prop; // Besucher
code += '<img src="https://c.andyhoppe.com/1637376528"' + prop; // Seitenaufrufe
// code += '<img src="https://www.worldflagcounter.com/hYT"' + prop;
code += '<img src="https://s11.flagcounter.com/count2/JTcs/bg_FFFFFF/txt_000000/border_CCCCCC/columns_6/maxflags_60/viewers_0/labels_1/pageviews_1/flags_0/percent_0/"' + prop;
code += '<img src="https://s11.flagcounter.com/count2/K8W5/bg_FFFFFF/txt_000000/border_CCCCCC/columns_6/maxflags_60/viewers_0/labels_1/pageviews_1/flags_0/percent_0/"' + prop;
//<-- $$002
div.innerHTML = code;
side.appendChild(div);
Expand Down Expand Up @@ -13334,7 +13334,7 @@ var mainGC = function() {
html += thanksLineBuild("V60", "V60GC", false, false, false, true, false);
html += thanksLineBuild("vylda", "", false, false, false, true, false);
html += thanksLineBuild("winkamol", "", false, false, false, true, false);
var thanksLastUpdate = "11.09.2021";
var thanksLastUpdate = "21.11.2021";
//<-- $$006
html += " </tbody>";
html += "</table>";
Expand Down

0 comments on commit f1c4173

Please sign in to comment.