summaryrefslogtreecommitdiff
path: root/web/views/tag.erb
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2013-01-18 20:18:07 +0100
committerJochen Topf <jochen@topf.org>2013-01-18 20:18:07 +0100
commit72da21f7c04139a380c6323a6c8825aa9c5cafd9 (patch)
tree893eb8019a0e2eb6b6b703fc5fe40e941f65deff /web/views/tag.erb
parentab4f955593dfc671af4a4e75791324e0c205d64a (diff)
downloadtaginfo-72da21f7c04139a380c6323a6c8825aa9c5cafd9.tar
taginfo-72da21f7c04139a380c6323a6c8825aa9c5cafd9.tar.gz
CSS cleanup wiki images
Diffstat (limited to 'web/views/tag.erb')
-rw-r--r--web/views/tag.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/views/tag.erb b/web/views/tag.erb
index 3064437..8b36966 100644
--- a/web/views/tag.erb
+++ b/web/views/tag.erb
@@ -27,12 +27,12 @@
<li><a href="#josm"><%= t.sources.josm.name %></a></li>
</ul>
<div id="overview">
- <h2><%= t.taginfo.overview %></h2>
<% if @image_url %>
- <div style="float: right;">
- <img src="<%= @image_url %>" style="border: 1px solid #a0a0a0; border-radius: 4px; padding: 1px;" alt=""/>
+ <div class="wiki_image">
+ <img src="<%= @image_url %>" alt=""/>
</div>
<% end %>
+ <h2><%= t.taginfo.overview %></h2>
<table id="grid-overview">
</table>
</div>