I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit d5a0d95c authored by zzz's avatar zzz
Browse files

news appearance tweaks

parent 1de840ce
No related branches found
No related tags found
No related merge requests found
...@@ -66,8 +66,9 @@ public class NewsFeedHelper extends HelperBase { ...@@ -66,8 +66,9 @@ public class NewsFeedHelper extends HelperBase {
buf.append("<div class=\"newsentry\"><h3>"); buf.append("<div class=\"newsentry\"><h3>");
if (entry.updated > 0) { if (entry.updated > 0) {
Date date = new Date(entry.updated); Date date = new Date(entry.updated);
buf.append(fmt.format(date)) buf.append("<font size=\"-1\">")
.append(": "); .append(fmt.format(date))
.append(":</font> ");
} }
if (entry.link != null) if (entry.link != null)
buf.append("<a href=\"").append(DataHelper.escapeHTML(entry.link)).append("\">"); buf.append("<a href=\"").append(DataHelper.escapeHTML(entry.link)).append("\">");
......
...@@ -250,8 +250,12 @@ div.newsheadings { ...@@ -250,8 +250,12 @@ div.newsheadings {
div.newsheadings li { div.newsheadings li {
list-style: none outside url('images/newsbullet_mini.png'); list-style: none outside url('images/newsbullet_mini.png');
margin: 0 -4px 2px 8px; margin: 4px -4px 2px 10px;
line-height: 140%; line-height: 120%;
}
div.newsheadings li:first-child {
margin-top: 0;
} }
div.tunnels { div.tunnels {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment