From 360556c056dbdcb88f63ef487f33af7da40af6f0 Mon Sep 17 00:00:00 2001
From: Bruno Nocera Zanette <brunonzanette@gmail.com>
Date: Thu, 5 Jun 2014 14:07:04 -0300
Subject: [PATCH] Fix typo on CSS

Fix typo on CSS
---
 .../main/webapp/themes/Participatorio-mobile/lib/m-tweaks.css   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dspace/modules/xmlui/src/main/webapp/themes/Participatorio-mobile/lib/m-tweaks.css b/dspace/modules/xmlui/src/main/webapp/themes/Participatorio-mobile/lib/m-tweaks.css
index 4b89c7d..4440db4 100644
--- a/dspace/modules/xmlui/src/main/webapp/themes/Participatorio-mobile/lib/m-tweaks.css
+++ b/dspace/modules/xmlui/src/main/webapp/themes/Participatorio-mobile/lib/m-tweaks.css
@@ -538,7 +538,7 @@ p#aspect_discovery_SiteRecentSubmissions_p_recent-submission-view-more {
 clear: both !important;
 }
 
-div#aspect_discovery_SimpleSearch_list_primary-search > ol >
+#aspect_discovery_SimpleSearch_list_primary-search > ol >
 li:nth-child(2) > div > div {
 	width: 8% !important;
 	float: left !important;
-- 
GitLab