Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/912aa6359df47e02e2d15df319a5767d331fb629
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/912aa6359df47e02e2d15df319a5767d331fb629
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/912aa6359df47e02e2d15df319a5767d331fb629

The branch, master has been updated
       via  912aa6359df47e02e2d15df319a5767d331fb629 (commit)
      from  e34f1c8b3372fb96f2fa6a26ec7f5e04a7fa6523 (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=912aa6359df47e02e2d15df319a5767d331fb629
commit 912aa6359df47e02e2d15df319a5767d331fb629
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    remove incorrect colour rule from unternal.css

diff --git a/content/fetchers/about.c b/content/fetchers/about.c
index 6bb71a9..28f0d1e 100644
--- a/content/fetchers/about.c
+++ b/content/fetchers/about.c
@@ -1642,7 +1642,7 @@ static bool fetch_about_config_handler(struct 
fetch_about_context *ctx)
                        elen = nsoption_snoptionf(buffer + slen,
                                        sizeof buffer - slen,
                                        opt_loop,
-                                       "<tr>"
+                                       "<tr class=\"ns-even-bg\">"
                                                "<th 
class=\"ns-border\">%k</th>"
                                                "<td 
class=\"ns-border\">%t</td>"
                                                "<td 
class=\"ns-border\">%p</td>"
diff --git a/resources/internal.css b/resources/internal.css
index a6b666b..b19ecba 100644
--- a/resources/internal.css
+++ b/resources/internal.css
@@ -226,9 +226,6 @@ body#configlist table.config {
        width: 100%;
        box-sizing: border-box }
 
-body#configlist table.config tr:nth-child(2n-1) {
-       background: #eee; }
-
 body#configlist table.config tr:first-child th {
        text-align: left;
        font-weight: bold;


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

Summary of changes:
 content/fetchers/about.c |    2 +-
 resources/internal.css   |    3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/content/fetchers/about.c b/content/fetchers/about.c
index 6bb71a9..28f0d1e 100644
--- a/content/fetchers/about.c
+++ b/content/fetchers/about.c
@@ -1642,7 +1642,7 @@ static bool fetch_about_config_handler(struct 
fetch_about_context *ctx)
                        elen = nsoption_snoptionf(buffer + slen,
                                        sizeof buffer - slen,
                                        opt_loop,
-                                       "<tr>"
+                                       "<tr class=\"ns-even-bg\">"
                                                "<th 
class=\"ns-border\">%k</th>"
                                                "<td 
class=\"ns-border\">%t</td>"
                                                "<td 
class=\"ns-border\">%p</td>"
diff --git a/resources/internal.css b/resources/internal.css
index a6b666b..b19ecba 100644
--- a/resources/internal.css
+++ b/resources/internal.css
@@ -226,9 +226,6 @@ body#configlist table.config {
        width: 100%;
        box-sizing: border-box }
 
-body#configlist table.config tr:nth-child(2n-1) {
-       background: #eee; }
-
 body#configlist table.config tr:first-child th {
        text-align: left;
        font-weight: bold;


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

Reply via email to