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;}