Skip to content

Commit 18a9164

Browse files
committed
Update about page header to "Red Hat OpenShift"
1 parent 9686826 commit 18a9164

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

app/styles/_core.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,11 @@ label.checkbox {
464464
}
465465
}
466466

467+
.about .about-reg {
468+
font-size: 65%;
469+
vertical-align: 5px;
470+
}
471+
467472
.lifecycle-hook {
468473
padding-bottom: 20px;
469474
&:first-of-type {

app/views/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<img src="images/openshift-logo.svg" />
1818
</div>
1919
<div class="col-md-9">
20-
<h1>OpenShift by Red Hat&reg;</h1>
20+
<h1>Red Hat OpenShift <span class="about-reg">&reg;</span></h1>
2121
<h2>About</h2>
2222
<p><a target="_blank" href="https://openshift.com">OpenShift</a> is Red Hat's Platform-as-a-Service (PaaS) that allows developers to quickly develop, host, and scale applications in a cloud environment.</p>
2323

dist/scripts/templates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
890890
"<img src=\"images/openshift-logo.svg\"/>\n" +
891891
"</div>\n" +
892892
"<div class=\"col-md-9\">\n" +
893-
"<h1>OpenShift by Red Hat&reg;</h1>\n" +
893+
"<h1>Red Hat OpenShift <span class=\"about-reg\">&reg;</span></h1>\n" +
894894
"<h2>About</h2>\n" +
895895
"<p><a target=\"_blank\" href=\"https://openshift.com\">OpenShift</a> is Red Hat's Platform-as-a-Service (PaaS) that allows developers to quickly develop, host, and scale applications in a cloud environment.</p>\n" +
896896
"<h2 id=\"version\">Version</h2>\n" +

dist/styles/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3831,6 +3831,7 @@ label.checkbox{font-weight:400}
38313831
@media (max-width:767px){.istag-separator{display:none!important}
38323832
.osc-form .flow>.flow-block.right .action-inline{margin-left:0}
38333833
}
3834+
.about .about-reg{font-size:65%;vertical-align:5px}
38343835
.lifecycle-hook{padding-bottom:20px}
38353836
.lifecycle-hook:first-of-type{padding-top:20px}
38363837
.lifecycle-hook .read-only-tag-image{padding-bottom:10px}

0 commit comments

Comments
 (0)