From a6cae10b19bb6fac5378f0cf42a73f087e5aae7a Mon Sep 17 00:00:00 2001 From: mheppler Date: Wed, 7 May 2014 18:18:28 -0400 Subject: [PATCH 1/2] Minor layout fix. Changed inline style for padding-top to margin-top. --- src/main/webapp/dataverse_header.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/dataverse_header.xhtml b/src/main/webapp/dataverse_header.xhtml index faec5ac07d4..76a2480e2c1 100644 --- a/src/main/webapp/dataverse_header.xhtml +++ b/src/main/webapp/dataverse_header.xhtml @@ -4,7 +4,7 @@ xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:p="http://primefaces.org/ui" xmlns:pt="http://xmlns.jcp.org/jsf/passthrough" - xmlns:iqbs="http://xmlns.jcp.org/jsf/composite/iqbs" style="padding-top:50px;"> + xmlns:iqbs="http://xmlns.jcp.org/jsf/composite/iqbs" style="margin-top:50px;">