Skip to content

Commit

Permalink
removed unnecessary title
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatov committed Jul 15, 2011
1 parent 0a35d6d commit f899a00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
1 change: 0 additions & 1 deletion src/main/scala/scala/tools/colladoc/page/Profile.scala
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ class Profile(rootPack: Package) extends scala.tools.colladoc.page.Template(root
<profile:change_password />
</div>
<div id="comments_tab">
<h3>Changed members</h3>
<profile:comments />
</div>
</div>
Expand Down
13 changes: 3 additions & 10 deletions src/main/webapp/coprofile.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@
}

#comments_tab {
padding: 0;
}

#comments_tab > h3 {
background-color: #333;
color: white;
font-weight: bold;
font-size: 12pt;
padding: 4px;
}
padding-left: 0;
padding-right: 0;
}

0 comments on commit f899a00

Please sign in to comment.