forked from I2P_Developers/i2p.i2p
Show news headings in the /home sidebar when the main news div is hidden
Note: this now refreshes along with the rest of the sidebar, so the news.xml file is read once every 15s - it may be better to cache the headings somewhere, though it's debatable whether reading the cache file is better than reading the news.xml file...
This commit is contained in:
@@ -170,6 +170,10 @@ div.routersummary h4 {
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
div.routersummary ul {
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
div.routersummary table {
|
||||
border: 0;
|
||||
text-align: center !important;
|
||||
@@ -227,6 +231,11 @@ div routersummary hr:last-child {
|
||||
margin-bottom: -5px !important;
|
||||
}
|
||||
|
||||
div.newsheadings {
|
||||
text-align: right;
|
||||
margin: 0 0 0 10px;
|
||||
}
|
||||
|
||||
div.tunnels {
|
||||
padding-top: 3px !important;
|
||||
margin-left: -4px;
|
||||
|
||||
Reference in New Issue
Block a user