Applied Luke's patch to fix CSS errors in print.css. Also removed text-shadow property on h2 element to get rid of Firefox errors. I've changed the colour to grey (666) with the same red as before on a:hover etc. I think it looks a bit better than white with no text shadow.

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@169 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
bsag 2005-12-12 13:59:41 +00:00
parent a07ae7b2b3
commit bfbd89bb7d
3 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
<% @not_done = context.find_not_done_todos %>
<div id="c<%= context.id %>" class="context container">
<div id="c<%= context.id %>" class="container context">
<h2>
<% if collapsible -%>
<a href="#" class="container_toggle"><%= image_tag("collapse.png") %></a>

View file

@ -53,8 +53,8 @@ a, p, blockquote, ul, li, ol, dt, dd, dl, table {
.description {
margin-top: 0;
margin-left 0;
margin-bottom .3em;
margin-left: 0;
margin-bottom: .3em;
padding: .2em;
}

View file

@ -121,9 +121,9 @@ a.show_notes:hover {background-image: url(../images/notes_on.png); background-re
margin-top: 0px;
margin-left: -5px;
margin-right: -5px;
margin-bottom: 0px; /* CHECK */
color: #fff;
text-shadow: rgba(0,0,0,.4) 0px 2px 5px;
margin-bottom: 0px;
color: #666;
/* text-shadow: rgba(0,0,0,.4) 0px 2px 5px; */
}
.container_toggle img {
@ -151,7 +151,7 @@ a.show_notes:hover {background-image: url(../images/notes_on.png); background-re
#new_actions a {color: #cc3334; text-decoration: underline;}
h2 a, h2 a:link, h2 a:active, h2 a:visited {
color: #fff;
color: #666;
text-decoration: none;
}