Skip to content
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

Performance improvements #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion javascripts/_jbossorg-tabzilla.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ Tabzilla.content =
+' <p class="overview"> Like the project? It’s part of the community of Red Hat projects. Learn more about Red Hat and our open source communities:</p>'
+' <div class="row-fluid">'
+' <span class="span4 middlewarelogo">'
+' <img src="http://static.jboss.org/common/images/tabzilla/RHJB_Middleware_Logotype.png" alt="Red Hat JBoss MIDDLEWARE" />'
+' <img src="http://http://static.jboss.org/images/tabzilla/RHJB_Middleware_Logotype.png" alt="Red Hat JBoss MIDDLEWARE" />'
+' </span>'
+' <span class="span4">'
+' <ul class="level1">'
Expand Down
8 changes: 4 additions & 4 deletions stylesheets/_community/_features.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/* --- This is the standard RH tab that overlaps what's below it (project banner or navigation bar) --- */
/* display: none; HIDE IT UNTIL WORKING */
height: 37px;
background-image: url("http://static.jboss.org/common/images/tabzilla/tabzilla-redhat-logo-sprite.png");
background-image: url("http://static.jboss.org/images/tabzilla/tabzilla-redhat-logo-sprite.png");
background-repeat: no-repeat;
background-position: right top;
width: 250px;
Expand Down Expand Up @@ -234,7 +234,7 @@
transition: all 0.2s ease-in-out;
order-radius: 8px;

background: url("http://static.jboss.org/common/images/arrow-tabnav-down.png") repeat scroll 0 0 transparent;
background: url("http://static.jboss.org/images/arrow-tabnav-down.png") repeat scroll 0 0 transparent;
content: "x";
height: 15px;
position: absolute;
Expand Down Expand Up @@ -311,7 +311,7 @@
}
.dropup {
height: 37px;
background-image: url("http://static.jboss.org/common/images/tabzilla/tabzilla-redhat-logo-sprite.png");
background-image: url("http://static.jboss.org/images/tabzilla/tabzilla-redhat-logo-sprite.png");
background-position: left bottom;
width: 74px;
right: 30px;
Expand Down Expand Up @@ -841,7 +841,7 @@ hr.soften {
text-indent: -9999px;
display: block;
margin: 0;
background:@blueDark url(http://static.jboss.org/common/images/top.png) no-repeat center center;
background:@blueDark url(http://static.jboss.org/images/top.png) no-repeat center center;
}
a:hover {
background-color:@blue;
Expand Down