Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/1697118e227406764d1cfad78a5fcc9febe152be
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/1697118e227406764d1cfad78a5fcc9febe152be
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/1697118e227406764d1cfad78a5fcc9febe152be

The branch, master has been updated
       via  1697118e227406764d1cfad78a5fcc9febe152be (commit)
      from  912aa6359df47e02e2d15df319a5767d331fb629 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=1697118e227406764d1cfad78a5fcc9febe152be
commit 1697118e227406764d1cfad78a5fcc9febe152be
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Clean up internal page colour usage.

diff --git a/resources/en/credits.html b/resources/en/credits.html
index 23a28be..436e1d2 100644
--- a/resources/en/credits.html
+++ b/resources/en/credits.html
@@ -90,7 +90,7 @@ div#DevList ul {
 
 </div>
 
-<div class="footer">
+<div class="footer ns-even-fg-subtle">
 <p class="ns-even-fg-faded ns-border">Copyright 2003&ndash;2020 The NetSurf 
Developers</p>
 </div>
 
diff --git a/resources/en/licence.html b/resources/en/licence.html
index b9c58dc..750d4d7 100644
--- a/resources/en/licence.html
+++ b/resources/en/licence.html
@@ -1862,7 +1862,7 @@ ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS 
NO OBLIGATIONS TO
 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 </div>
 
-<div class="footer">
+<div class="footer ns-even-fg-subtle">
 <p class="ns-even-fg-faded ns-border">Copyright 2003&ndash;2019 The NetSurf 
Developers</p>
 </div>
 
diff --git a/resources/internal.css b/resources/internal.css
index b19ecba..7f8c406 100644
--- a/resources/internal.css
+++ b/resources/internal.css
@@ -20,21 +20,6 @@ h1, h2, h3, h4, h5, h6, h7, p, ul, dl, ol, table {
        margin-left: 5mm;
        margin-right: 5mm; }
 
-a:link {
-       text-decoration: underline;
-       color: #00f; }
-
-a:visited {
-       text-decoration: underline;
-       color: #60a; }
-
-a:hover {
-       text-decoration: none; }
-
-a:active {
-       text-decoration: underline;
-       color: #f00; }
-
 h1 {
        font-size: 200%;
        font-weight: bold;
@@ -87,24 +72,9 @@ dd > ul {
        padding-left: 0;
        margin-bottom: 1em; }
 
-.banner {
-       margin: 0;
-       padding: 0;
-       background-color: #94adff;
-       color: black;
-       text-align: left; }
-
-.banner img {
-       border: none;
-       color: #000;
-       height: 86px;
-       width: 308px;
-       display: block; }
-
 .footer {
        clear: both;
        font-style: italic;
-       color:#666;
        text-align: right; }
 
 .footer p {
diff --git a/resources/it/credits.html b/resources/it/credits.html
index c953f52..533fbe7 100644
--- a/resources/it/credits.html
+++ b/resources/it/credits.html
@@ -89,7 +89,7 @@ div#DevList ul {
 
 </div>
 
-<div class="footer">
+<div class="footer ns-even-fg-subtle">
 <p class="ns-even-fg-faded ns-border">Copyright 2003&ndash;2020 The NetSurf 
Developers</p>
 </div>
 
diff --git a/resources/it/licence.html b/resources/it/licence.html
index 4e3874f..d25d3be 100644
--- a/resources/it/licence.html
+++ b/resources/it/licence.html
@@ -1850,7 +1850,7 @@ ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS 
NO OBLIGATIONS TO
 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 </div>
 
-<div class="footer">
+<div class="footer ns-even-fg-subtle">
 <p class="ns-even-fg-faded ns-border">Copyright 2003&ndash;2019 The NetSurf 
Developers</p>
 </div>
 
diff --git a/resources/nl/credits.html b/resources/nl/credits.html
index d472752..ed131b0 100644
--- a/resources/nl/credits.html
+++ b/resources/nl/credits.html
@@ -94,7 +94,7 @@ div#DevList ul {
 </ul>
 </div>
 
-<div class="footer">
+<div class="footer ns-even-fg-subtle">
 <p class="ns-border">Auteursrecht 2003&ndash;2020 De NetSurf-ontwikkelaars</p>
 </div>
 
diff --git a/resources/nl/licence.html b/resources/nl/licence.html
index 46f4d57..79138d7 100644
--- a/resources/nl/licence.html
+++ b/resources/nl/licence.html
@@ -1869,7 +1869,7 @@ ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS 
NO OBLIGATIONS TO
 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 </div>
 
-<div class="footer">
+<div class="footer ns-even-fg-subtle">
 <p class="ns-even-fg-faded ns-border">Auteursrecht 2003&ndash;2019 De 
NetSurf-ontwikkelaars</p>
 </div>
 


-----------------------------------------------------------------------

Summary of changes:
 resources/en/credits.html |    2 +-
 resources/en/licence.html |    2 +-
 resources/internal.css    |   30 ------------------------------
 resources/it/credits.html |    2 +-
 resources/it/licence.html |    2 +-
 resources/nl/credits.html |    2 +-
 resources/nl/licence.html |    2 +-
 7 files changed, 6 insertions(+), 36 deletions(-)

diff --git a/resources/en/credits.html b/resources/en/credits.html
index 23a28be..436e1d2 100644
--- a/resources/en/credits.html
+++ b/resources/en/credits.html
@@ -90,7 +90,7 @@ div#DevList ul {
 
 </div>
 
-<div class="footer">
+<div class="footer ns-even-fg-subtle">
 <p class="ns-even-fg-faded ns-border">Copyright 2003&ndash;2020 The NetSurf 
Developers</p>
 </div>
 
diff --git a/resources/en/licence.html b/resources/en/licence.html
index b9c58dc..750d4d7 100644
--- a/resources/en/licence.html
+++ b/resources/en/licence.html
@@ -1862,7 +1862,7 @@ ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS 
NO OBLIGATIONS TO
 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 </div>
 
-<div class="footer">
+<div class="footer ns-even-fg-subtle">
 <p class="ns-even-fg-faded ns-border">Copyright 2003&ndash;2019 The NetSurf 
Developers</p>
 </div>
 
diff --git a/resources/internal.css b/resources/internal.css
index b19ecba..7f8c406 100644
--- a/resources/internal.css
+++ b/resources/internal.css
@@ -20,21 +20,6 @@ h1, h2, h3, h4, h5, h6, h7, p, ul, dl, ol, table {
        margin-left: 5mm;
        margin-right: 5mm; }
 
-a:link {
-       text-decoration: underline;
-       color: #00f; }
-
-a:visited {
-       text-decoration: underline;
-       color: #60a; }
-
-a:hover {
-       text-decoration: none; }
-
-a:active {
-       text-decoration: underline;
-       color: #f00; }
-
 h1 {
        font-size: 200%;
        font-weight: bold;
@@ -87,24 +72,9 @@ dd > ul {
        padding-left: 0;
        margin-bottom: 1em; }
 
-.banner {
-       margin: 0;
-       padding: 0;
-       background-color: #94adff;
-       color: black;
-       text-align: left; }
-
-.banner img {
-       border: none;
-       color: #000;
-       height: 86px;
-       width: 308px;
-       display: block; }
-
 .footer {
        clear: both;
        font-style: italic;
-       color:#666;
        text-align: right; }
 
 .footer p {
diff --git a/resources/it/credits.html b/resources/it/credits.html
index c953f52..533fbe7 100644
--- a/resources/it/credits.html
+++ b/resources/it/credits.html
@@ -89,7 +89,7 @@ div#DevList ul {
 
 </div>
 
-<div class="footer">
+<div class="footer ns-even-fg-subtle">
 <p class="ns-even-fg-faded ns-border">Copyright 2003&ndash;2020 The NetSurf 
Developers</p>
 </div>
 
diff --git a/resources/it/licence.html b/resources/it/licence.html
index 4e3874f..d25d3be 100644
--- a/resources/it/licence.html
+++ b/resources/it/licence.html
@@ -1850,7 +1850,7 @@ ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS 
NO OBLIGATIONS TO
 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 </div>
 
-<div class="footer">
+<div class="footer ns-even-fg-subtle">
 <p class="ns-even-fg-faded ns-border">Copyright 2003&ndash;2019 The NetSurf 
Developers</p>
 </div>
 
diff --git a/resources/nl/credits.html b/resources/nl/credits.html
index d472752..ed131b0 100644
--- a/resources/nl/credits.html
+++ b/resources/nl/credits.html
@@ -94,7 +94,7 @@ div#DevList ul {
 </ul>
 </div>
 
-<div class="footer">
+<div class="footer ns-even-fg-subtle">
 <p class="ns-border">Auteursrecht 2003&ndash;2020 De NetSurf-ontwikkelaars</p>
 </div>
 
diff --git a/resources/nl/licence.html b/resources/nl/licence.html
index 46f4d57..79138d7 100644
--- a/resources/nl/licence.html
+++ b/resources/nl/licence.html
@@ -1869,7 +1869,7 @@ ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS 
NO OBLIGATIONS TO
 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 </div>
 
-<div class="footer">
+<div class="footer ns-even-fg-subtle">
 <p class="ns-even-fg-faded ns-border">Auteursrecht 2003&ndash;2019 De 
NetSurf-ontwikkelaars</p>
 </div>
 


-- 
NetSurf Browser
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to