git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6531bb7
)
alternative patch for JAL-2339 readability in java-help
author
Jim Procter
<jprocter@issues.jalview.org>
Tue, 16 May 2017 12:45:29 +0000
(13:45 +0100)
committer
Jim Procter
<jprocter@issues.jalview.org>
Tue, 16 May 2017 12:45:29 +0000
(13:45 +0100)
help/html/releases.html
patch
|
blob
|
history
diff --git
a/help/html/releases.html
b/help/html/releases.html
index
6f44b3d
..
aa589e9
100755
(executable)
--- a/
help/html/releases.html
+++ b/
help/html/releases.html
@@
-21,6
+21,29
@@
-->
<head>
<title>Release History</title>
+<style>
+ul {
+ /* remove bullets, narrower indent */
+ list-style-type: none;
+ margin:0;
+ padding-left: 10px;
+ padding-bottom: 4px;
+}
+
+li {
+ /* separate the items from eachother */
+ margin-left: -3px;
+ padding-bottom: 3px;
+ padding-left: 6px;
+}
+li:before {
+ /* doesnt get processed in javahelp */
+ content: '\00b7 ';
+ padding: 3px;
+ margin-left: -14px;
+}
+
+</style>
</head>
<body>
<p>