Skip to content

Commit 2a982a1

Browse files
author
OpenShift Bot
authored
Merge pull request #905 from spadgett/about-name
Merged by openshift-bot
2 parents b0c62bb + 18a9164 commit 2a982a1

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

app/styles/_core.less

+5
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,11 @@ label.checkbox {
475475
}
476476
}
477477

478+
.about .about-reg {
479+
font-size: 65%;
480+
vertical-align: 5px;
481+
}
482+
478483
.lifecycle-hook {
479484
padding-bottom: 20px;
480485
&:first-of-type {

app/views/about.html

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
895895
"<img src=\"images/openshift-logo.svg\"/>\n" +
896896
"</div>\n" +
897897
"<div class=\"col-md-9\">\n" +
898-
"<h1>OpenShift by Red Hat&reg;</h1>\n" +
898+
"<h1>Red Hat OpenShift <span class=\"about-reg\">&reg;</span></h1>\n" +
899899
"<h2>About</h2>\n" +
900900
"<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" +
901901
"<h2 id=\"version\">Version</h2>\n" +

dist/styles/main.css

+1
Original file line numberDiff line numberDiff line change
@@ -3834,6 +3834,7 @@ label.checkbox{font-weight:400}
38343834
@media (max-width:767px){.istag-separator{display:none!important}
38353835
.osc-form .flow>.flow-block.right .action-inline{margin-left:0}
38363836
}
3837+
.about .about-reg{font-size:65%;vertical-align:5px}
38373838
.lifecycle-hook{padding-bottom:20px}
38383839
.lifecycle-hook:first-of-type{padding-top:20px}
38393840
.lifecycle-hook .read-only-tag-image{padding-bottom:10px}

0 commit comments

Comments
 (0)