tweak to note display on project page to stop wrapping around note link icon

divs for the project note
  adding margin to prevent the note from wrapping around the link icon
This commit is contained in:
tim madden 2012-04-21 10:57:36 -05:00
parent 6e15c38efe
commit 3180d88fae
2 changed files with 7 additions and 2 deletions

View file

@ -550,6 +550,10 @@ div.note_wrapper p {
display: inline;
}
div.note_note {
margin-left:24px;
}
div.note_footer {
border-top: 1px solid #999;
padding-top: 3px;