Skip to content

Commit

Permalink
#73 "Clean profile title" fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatov committed Jul 14, 2011
1 parent 1b40d3e commit 51e044f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/scala/tools/colladoc/page/Profile.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ class Profile(rootPack: Package) extends scala.tools.colladoc.page.Template(root
override val body =
<body class="profile">
<div id="definition">
<profile:gravatar />
<h1>User profile: <profile:fullname /></h1>
<img src="/images/profile_big.png" />
<h1><profile:fullname /></h1>
</div>
<div id="template">
<div id="profile_tabs">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ class ProfileOps {

bind("profile", profile.body,
"form" -> userForm(user),
"gravatar" -> Gravatar(user.email, 60),
"fullname" -> Text(fullname),
"comments" -> comments
)
Expand Down
5 changes: 0 additions & 5 deletions src/main/webapp/coprofile.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
text-decoration: underline;
}

.profile #gravatar_wrapper, #gravatar_image {
display: inline-block;
float: left;
}

.profile a {
color: #3366ff;
text-decoration: underline;
Expand Down

0 comments on commit 51e044f

Please sign in to comment.