From 5e89ec8048432b5e24d9ee50df3497ba7946265d Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Sat, 12 Apr 2014 23:42:18 -0700 Subject: [PATCH] float to right on controls for files --- views/dashboard.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/dashboard.slim b/views/dashboard.slim index 37f9e5f9..fda2f06d 100644 --- a/views/dashboard.slim +++ b/views/dashboard.slim @@ -24,7 +24,7 @@ javascript: - current_site.file_list.each do |file| hr style="margin: 12px 0px" .row style="margin-bottom: 0px" id="files" - .col.col-60 + .col a href="http://#{current_site.username}.neocities.org/#{file.filename}" title="View #{file.filename}" target="_blank" - if file.ext.match(/jpg|png|bmp|gif/) i class="icon-picture icon": span style="margin-left: 5px" #{file.filename}