From 037af6890fe6fdb84a08d3c86083e847c90ec0ad Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Tue, 22 Oct 2013 08:17:26 -0400
Subject: [PATCH] Fix vulnerability in handling _session argument of utils/save-prefs (#1489382)

---
 skins/classic/print.css |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/skins/classic/print.css b/skins/classic/print.css
index 129770d..d7e332d 100644
--- a/skins/classic/print.css
+++ b/skins/classic/print.css
@@ -82,6 +82,7 @@
 
 #messagebody
 {
+  position: relative;
   margin-top: 5mm;
   border-top: none;
 }
@@ -135,3 +136,32 @@
   border-left: 2px solid #bb0000;
   border-right: 2px solid #bb0000;
 }
+
+p.image-attachment
+{
+  position: relative;
+  padding: 1em;
+  border-top: 1px solid #ccc;
+}
+
+p.image-attachment a.image-link
+{
+  float: left;
+  display: block;
+  margin-right: 2em;
+  min-width: 160px;
+  min-height: 60px;
+  text-align: center;
+}
+
+p.image-attachment .image-filename
+{
+  display: block;
+  line-height: 1.6em;
+}
+
+p.image-attachment .attachment-links
+{
+  display: none;
+}
+

--
Gitblit v1.9.1