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/larry/settings.css |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/skins/larry/settings.css b/skins/larry/settings.css
index 7b9fe36..1734b55 100644
--- a/skins/larry/settings.css
+++ b/skins/larry/settings.css
@@ -110,14 +110,6 @@
 	background-position: 6px -1819px;
 }
 
-#settings-sections span.responses a {
-	background-position: 6px -1972px;
-}
-
-#settings-sections span.responses.selected a {
-	background-position: 6px -1996px;
-}
-
 #sections-table #rcmrowgeneral td.section {
 	background-position: 6px -573px;
 }
@@ -192,10 +184,6 @@
 	width: 100%;
 	overflow: hidden;
 	text-overflow: ellipsis;
-}
-
-#identities-table tbody tr.readonly td {
-	font-style: italic;
 }
 
 #folder-details,

--
Gitblit v1.9.1