Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/29f7931ea41fc06f5d4d69a41484456d94e64ec5
...commit
http://git.netsurf-browser.org/netsurf.git/commit/29f7931ea41fc06f5d4d69a41484456d94e64ec5
...tree
http://git.netsurf-browser.org/netsurf.git/tree/29f7931ea41fc06f5d4d69a41484456d94e64ec5
The branch, master has been updated
via 29f7931ea41fc06f5d4d69a41484456d94e64ec5 (commit)
from bca82dfe83530c9994259833214f1bc097c5a685 (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=29f7931ea41fc06f5d4d69a41484456d94e64ec5
commit 29f7931ea41fc06f5d4d69a41484456d94e64ec5
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>
Default CSS: Use 40px for list padding.
diff --git a/resources/default.css b/resources/default.css
index 276bc15..fa47c76 100644
--- a/resources/default.css
+++ b/resources/default.css
@@ -50,9 +50,9 @@ pre { display: block; font-family: monospace; white-space:
pre; margin-bottom: 1
ins { color: green; text-decoration: underline; }
del { color: red; text-decoration: line-through; }
-ul { display: block; padding-left: 1.5em; margin: 1.12em 0;
+ul { display: block; padding-left: 40px; margin: 1.12em 0;
list-style-type: disc; }
-ol { display: block; padding-left: 1.5em; margin: 1.12em 0;
+ol { display: block; padding-left: 40px; margin: 1.12em 0;
list-style-type: decimal; }
li { display: list-item; }
-----------------------------------------------------------------------
Summary of changes:
resources/default.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/resources/default.css b/resources/default.css
index 276bc15..fa47c76 100644
--- a/resources/default.css
+++ b/resources/default.css
@@ -50,9 +50,9 @@ pre { display: block; font-family: monospace; white-space:
pre; margin-bottom: 1
ins { color: green; text-decoration: underline; }
del { color: red; text-decoration: line-through; }
-ul { display: block; padding-left: 1.5em; margin: 1.12em 0;
+ul { display: block; padding-left: 40px; margin: 1.12em 0;
list-style-type: disc; }
-ol { display: block; padding-left: 1.5em; margin: 1.12em 0;
+ol { display: block; padding-left: 40px; margin: 1.12em 0;
list-style-type: decimal; }
li { display: list-item; }
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]