mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-06 17:28:50 +01:00
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:
parent
189d7726ba
commit
59e23fe68b
1 changed files with 1 additions and 1 deletions
|
|
@ -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; */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue