Added the fanatic guy icon; make url absolute
- Fanatic black and white logo goes at the top of just the api.rackspace.com header for the API reference. - Also made sure the url points to developer.rackspace.com Change-Id: I18474844bff4eb7d9fa64a74bbe1cf97603193c4
This commit is contained in:
@@ -4,6 +4,22 @@
|
|||||||
http://staging.openstack.org/themes/openstack/css/main.css
|
http://staging.openstack.org/themes/openstack/css/main.css
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#fanaticguy{
|
||||||
|
text-transform: uppercase;
|
||||||
|
color: white;
|
||||||
|
line-height: 20px;
|
||||||
|
font-size: .9em;
|
||||||
|
font-weight: 600;
|
||||||
|
background: url("http://33b005aae5795219b553-1e1c5ac10380ee72a01b057764b93d72.r90.cf1.rackcdn.com/rs-logo.png") no-repeat left center;
|
||||||
|
background: url("http://33b005aae5795219b553-1e1c5ac10380ee72a01b057764b93d72.r90.cf1.rackcdn.com/rs-logo.svg") no-repeat left center;
|
||||||
|
background-size: 100px;
|
||||||
|
padding: 9px 10px 10px 97px;
|
||||||
|
height: 42px;
|
||||||
|
position: relative;
|
||||||
|
top: 5px;
|
||||||
|
left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
#rightColumn {
|
#rightColumn {
|
||||||
float:left;
|
float:left;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
@@ -112,8 +112,8 @@
|
|||||||
<span class="icon-bar"/>
|
<span class="icon-bar"/>
|
||||||
<span class="icon-bar"/>
|
<span class="icon-bar"/>
|
||||||
</button>
|
</button>
|
||||||
<a class="navbar-brand"
|
<a class="navbar-brand" id="fanaticguy"
|
||||||
href="/">Rackspace ::
|
href="https://developer.rackspace.com">::
|
||||||
Develop</a>
|
Develop</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="collapse navbar-collapse"
|
<div class="collapse navbar-collapse"
|
||||||
|
|||||||
Reference in New Issue
Block a user