Readd old attachment css
diff --git a/Allura/allura/nf/allura/css/site_style.css b/Allura/allura/nf/allura/css/site_style.css
index 366a5f8..dbfb555 100644
--- a/Allura/allura/nf/allura/css/site_style.css
+++ b/Allura/allura/nf/allura/css/site_style.css
@@ -2204,6 +2204,47 @@
 
 /* Attachments */
 
+.attachment_images {
+  overflow: auto;
+}
+
+div.attachment_thumb {
+  float: left;
+  margin: .5em;
+  margin-right: 1.5em;
+  position: relative;
+  padding: 10px;
+}
+div.attachment_thumb .delete_attachment .pic {
+  position: absolute;
+  top: 0;
+  left: 100px;
+}
+div.attachment_thumb .file {
+    position: absolute;
+    top: 0;
+    right: -40px;
+}
+div.attachment_thumb .file_type {
+  border: 1px solid #ccc;
+  display: block;
+  height: 100px;
+  width: 100px;
+  position: relative;
+  text-transform: uppercase;
+  text-align: center;
+  font-weight: bold;
+  font-size: 1.2em;
+  margin-bottom: .5em;
+  background: #ccc;
+  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, to(#cccccc), from(white));
+  background-image: -moz-linear-gradient(100% 100% 90deg, #cccccc, white 100%);
+}
+div.attachment_thumb .file_type span {
+  display: block;
+  margin-top: 45px;
+  color: #666;
+}
 
 div.attachment_holder {
     padding-left: 5px;