Skip to content

Update about page header to "Red Hat OpenShift" #905

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 23, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions app/styles/_core.less
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,11 @@ label.checkbox {
}
}

.about .about-reg {
font-size: 65%;
vertical-align: 5px;
}

.lifecycle-hook {
padding-bottom: 20px;
&:first-of-type {
Expand Down
2 changes: 1 addition & 1 deletion app/views/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<img src="images/openshift-logo.svg" />
</div>
<div class="col-md-9">
<h1>OpenShift by Red Hat&reg;</h1>
<h1>Red Hat OpenShift <span class="about-reg">&reg;</span></h1>
<h2>About</h2>
<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>

Expand Down
2 changes: 1 addition & 1 deletion dist/scripts/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
"<img src=\"images/openshift-logo.svg\"/>\n" +
"</div>\n" +
"<div class=\"col-md-9\">\n" +
"<h1>OpenShift by Red Hat&reg;</h1>\n" +
"<h1>Red Hat OpenShift <span class=\"about-reg\">&reg;</span></h1>\n" +
"<h2>About</h2>\n" +
"<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" +
"<h2 id=\"version\">Version</h2>\n" +
Expand Down
1 change: 1 addition & 0 deletions dist/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3831,6 +3831,7 @@ label.checkbox{font-weight:400}
@media (max-width:767px){.istag-separator{display:none!important}
.osc-form .flow>.flow-block.right .action-inline{margin-left:0}
}
.about .about-reg{font-size:65%;vertical-align:5px}
.lifecycle-hook{padding-bottom:20px}
.lifecycle-hook:first-of-type{padding-top:20px}
.lifecycle-hook .read-only-tag-image{padding-bottom:10px}
Expand Down