Added Luke's excellent changes to the feeds (#214). There are now loads of choices for feeds (including ones for individual contexts or projects and for actions due today or in the next 7 days). The list is accessed via the feed icon in the main navigation.

Thanks, Luke!



git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@193 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
bsag 2006-02-26 11:36:25 +00:00
parent aa0760f0ef
commit 6dd0f51dbd
13 changed files with 209 additions and 32 deletions

View file

@ -579,4 +579,38 @@ div.message {
list-style: disc;
}
ul#prefs {list-style-type: disc; margin-left: 5px;}
ul#prefs {list-style-type: disc; margin-left: 5px;}
#feedlegend {
padding: 2px;
border: 1px solid #CCC;
background-color: #D2D3D6;
color: #666;
padding: 5px 20px;
text-align: left;
}
#feedlegend h3, #feedlegend dl, #feedlegend dt, #feedlegend dd {
display: inline;
}
#feedlegend dt {
margin-left: 15px;
}
#feedlegend dd {
margin-left: 3px;
}
#feedlegend p {
margin-bottom: 0px;
}
#feeds img.rss-icon {
margin-bottom: -4px;
}
#feeds li {
font-size:13px;
font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
}
#feeds li h4 {
margin-top: 12px;
margin-bottom: 4px;
font-weight: normal;
font-style:oblique;
}