reduced edge width
This commit is contained in:
parent
23f7db2e1c
commit
e32e2a25d7
2 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@ function init(){
|
|||
Edge: {
|
||||
overridable: true,
|
||||
color: '#d1d1d1',
|
||||
lineWidth: 2
|
||||
lineWidth: 0.4
|
||||
},
|
||||
//Native canvas text styling
|
||||
Label: {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<%= div_for item do %>
|
||||
<%= div_for item, class: item.item_category.name do %>
|
||||
<% if @user %><%= link_to 'Delete', item, :class => 'delete', :confirm => 'Delete this topic and all synapses linking to it?', :method => :delete, :remote => true%><% end %>
|
||||
<p class="type"><%= item.item_category.name %></p>
|
||||
<%= image_tag item.item_category.icon, :class => 'icon', :size => '50x50' %>
|
||||
|
|
Loading…
Reference in a new issue