mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-03 22:41:48 +01:00
Changed conflicting div id "status"
git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@331 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
parent
3566040418
commit
f6965d2fe2
2 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@
|
|||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div id="status">
|
||||
<div id="project_status">
|
||||
<h2>Status</h2>
|
||||
<div>
|
||||
<% ['active', 'hidden', 'completed'].each do | state | %>
|
||||
|
|
|
|||
|
|
@ -301,7 +301,7 @@ div.note_footer a, div.note_footer a:hover {
|
|||
div.add_note_link {
|
||||
float: right;
|
||||
}
|
||||
div#status > div {
|
||||
div#project_status > div {
|
||||
padding: 10px;
|
||||
}
|
||||
a.footer_link {color: #cc3334; font-style: normal;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue