changed behaviour of H2 in containers from position:relative to position:left. This fixes 'add note' link not being visible. Fixes #646. Thanks Hans!

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@713 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
lrbalt 2008-02-24 13:39:15 +00:00
parent 189d7726ba
commit 59e23fe68b

View file

@ -229,7 +229,7 @@ body.stats #topbar {
margin-right: -5px;
margin-bottom: 0px;
color: #666;
position:relative;
position:left; /* changed from relative to left in order to show 'add note' */
/* text-shadow: rgba(0,0,0,.4) 0px 2px 5px; */
}