Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/fab01f4f1a11e0e2db971247a3dd8e00ccb9bcbe
...commit
http://git.netsurf-browser.org/netsurf.git/commit/fab01f4f1a11e0e2db971247a3dd8e00ccb9bcbe
...tree
http://git.netsurf-browser.org/netsurf.git/tree/fab01f4f1a11e0e2db971247a3dd8e00ccb9bcbe
The branch, master has been updated
via fab01f4f1a11e0e2db971247a3dd8e00ccb9bcbe (commit)
from b42d253f8697f8d2afa0d25367aa722f4a0c0812 (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=fab01f4f1a11e0e2db971247a3dd8e00ccb9bcbe
commit fab01f4f1a11e0e2db971247a3dd8e00ccb9bcbe
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>
UA style: Simplify HR style.
diff --git a/!NetSurf/Resources/CSS,f79 b/!NetSurf/Resources/CSS,f79
index 464fcda..44268d6 100644
--- a/!NetSurf/Resources/CSS,f79
+++ b/!NetSurf/Resources/CSS,f79
@@ -102,9 +102,8 @@ small { font-size: .83em; }
strike, s { text-decoration: line-through; }
u { text-decoration: underline; }
-hr { display: block; background-color: #000; height: 1px;
- margin: 4px auto; border: 1px #d9d9d9 inset; }
-hr[noshade] { background-color: #888; height: 2px; border: none; }
+hr { display: block; margin: 0.5em auto; border: 1px inset #888; }
+hr[noshade] { border-style: solid; }
noframes { display: none; }
-----------------------------------------------------------------------
Summary of changes:
!NetSurf/Resources/CSS,f79 | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/!NetSurf/Resources/CSS,f79 b/!NetSurf/Resources/CSS,f79
index 464fcda..44268d6 100644
--- a/!NetSurf/Resources/CSS,f79
+++ b/!NetSurf/Resources/CSS,f79
@@ -102,9 +102,8 @@ small { font-size: .83em; }
strike, s { text-decoration: line-through; }
u { text-decoration: underline; }
-hr { display: block; background-color: #000; height: 1px;
- margin: 4px auto; border: 1px #d9d9d9 inset; }
-hr[noshade] { background-color: #888; height: 2px; border: none; }
+hr { display: block; margin: 0.5em auto; border: 1px inset #888; }
+hr[noshade] { border-style: solid; }
noframes { display: none; }
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org