Added a white-space: nowrap declaration to the #date id as provided by Tim Martens. Supplements the fix provided by Ryan Nielsen in the previous commit.

Thanks Tim!



git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@247 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
bsag 2006-05-17 16:18:08 +00:00
parent 14c04a1c9d
commit d7acb70ee3

View file

@ -130,6 +130,7 @@ a.show_notes:hover {background-image: url(../images/notes_on.png); background-re
float: left;
width: 45%;
padding-left: 15px;
white-space: nowrap; /* added 2006-05-17 for safari display, timfm */
}
#minilinks {