Skip to content

Commit

Permalink
Docs: remove type permalink. Related to #1305
Browse files Browse the repository at this point in the history
  • Loading branch information
asterite committed Aug 28, 2015
1 parent 528cdb5 commit 8f6ff7b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/compiler/crystal/tools/doc/html/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,6 @@ h1.type-name {
color: #624288;
}

.type-permalink {
font-size: 12px;
}

pre {
padding: 10px 20px;
margin-top: 4px;
Expand Down
1 change: 0 additions & 1 deletion src/compiler/crystal/tools/doc/html/type.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ <h1 class="type-name">
<% else %>
<span class="kind"><%= type.abstract? ? "abstract " : ""%><%= type.kind %></span> <%= type.full_name %>
<% end %>
<span class="type-permalink">[<a href="<%= type.path_to(type) %>" class="permalink" target="_blank">permalink</a>]</span>
</h1>

<% if type.superclass %>
Expand Down

0 comments on commit 8f6ff7b

Please sign in to comment.