From be5ce59755eec4dcd380b00f4caf4216df586662 Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Thu, 22 Mar 2012 10:00:13 -0500 Subject: [PATCH] Better match openstack.org H1's Change-Id: I0c17e05acf46e164e714ecd836601f5fdcf1e6fb --- modules/gerrit/files/GerritSite.css | 3 ++- modules/jenkins_master/files/openstack.css | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/gerrit/files/GerritSite.css b/modules/gerrit/files/GerritSite.css index 886a568ae0..916db2026a 100644 --- a/modules/gerrit/files/GerritSite.css +++ b/modules/gerrit/files/GerritSite.css @@ -5,9 +5,10 @@ a:hover {color: #000 !important; text-decoration: underline} a.gwt-InlineHyperlink {background: none !important} #gerrit_header {display: block !important; position: relative; top: -60px; margin-bottom: -60px; width: 400px; padding-left: 17px} +#gerrit_header h1 {font-family: 'PT Sans', sans-serif; font-weight: normal; letter-spacing: -1px} #gerrit_topmenu {background: none; position:relative; top: 0px; left: 400px; margin-right: 400px} - + #gerrit_topmenu tbody tr td table {border: 0} #gerrit_body table {background: none;} diff --git a/modules/jenkins_master/files/openstack.css b/modules/jenkins_master/files/openstack.css index c05531480b..887c947f5d 100644 --- a/modules/jenkins_master/files/openstack.css +++ b/modules/jenkins_master/files/openstack.css @@ -5,7 +5,7 @@ a:hover {color: #000 !important; text-decoration: underline !important} #header {margin-top: 5px} #header tr:first-child {height: 60px} -#heading_text {font-size: 26px; padding-left: 10px; color: #CF2F19} +#heading_text {font-size: 26px; padding-left: 10px; color: #CF2F19; font-family: 'PT Sans', sans-serif; font-weight: normal; letter-spacing: -1px} #top-panel a:hover {text-decoration: none !important} #top-panel {background: none;} #top-panel img:first-child {display: none;}