mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 07:40:12 +01:00
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:
parent
a07ae7b2b3
commit
bfbd89bb7d
3 changed files with 7 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
<% @not_done = context.find_not_done_todos %>
|
<% @not_done = context.find_not_done_todos %>
|
||||||
<div id="c<%= context.id %>" class="context container">
|
<div id="c<%= context.id %>" class="container context">
|
||||||
<h2>
|
<h2>
|
||||||
<% if collapsible -%>
|
<% if collapsible -%>
|
||||||
<a href="#" class="container_toggle"><%= image_tag("collapse.png") %></a>
|
<a href="#" class="container_toggle"><%= image_tag("collapse.png") %></a>
|
||||||
|
|
|
||||||
|
|
@ -53,8 +53,8 @@ a, p, blockquote, ul, li, ol, dt, dd, dl, table {
|
||||||
|
|
||||||
.description {
|
.description {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-left 0;
|
margin-left: 0;
|
||||||
margin-bottom .3em;
|
margin-bottom: .3em;
|
||||||
padding: .2em;
|
padding: .2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -121,9 +121,9 @@ a.show_notes:hover {background-image: url(../images/notes_on.png); background-re
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
margin-left: -5px;
|
margin-left: -5px;
|
||||||
margin-right: -5px;
|
margin-right: -5px;
|
||||||
margin-bottom: 0px; /* CHECK */
|
margin-bottom: 0px;
|
||||||
color: #fff;
|
color: #666;
|
||||||
text-shadow: rgba(0,0,0,.4) 0px 2px 5px;
|
/* text-shadow: rgba(0,0,0,.4) 0px 2px 5px; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.container_toggle img {
|
.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;}
|
#new_actions a {color: #cc3334; text-decoration: underline;}
|
||||||
|
|
||||||
h2 a, h2 a:link, h2 a:active, h2 a:visited {
|
h2 a, h2 a:link, h2 a:active, h2 a:visited {
|
||||||
color: #fff;
|
color: #666;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue