Skip to content

Commit

Permalink
Merge pull request WhiteHouse#14 from dotmike/pt-563-reroll-maint
Browse files Browse the repository at this point in the history
PT-563: Update style.css to show the home icon.
  • Loading branch information
nfitzsimmons committed Sep 18, 2012
2 parents 60e5733 + 5c9d838 commit e502460
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
13 changes: 11 additions & 2 deletions docroot/profiles/petition/themes/petitions44/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -285,12 +285,21 @@ body.petition #page-inner {
border-bottom: 1px #6c8c27 solid;
text-shadow: #535353 0px 2px 0px; }

#petition-header ul#main-menu-links li.first a {
background: url("../img/nav-pet.gif") no-repeat;
text-indent: -9999px;
width: 20px; }

#petition-header ul.links li:last-child a {
border-right: none; }

#petition-header ul.links li a:hover,
#petition-header ul.links li.active a {
background: url("../img/nav-pet-bkg.gif") repeat-x 0 -41px; }
#petition-header ul#main-menu-links li.first a:hover {
background-position: 0 -41px; }

#petition-header ul.links li a.active,
#petition-header ul#main-menu-links li.first a.active {
background-position: 0 -82px; }

#petition-header ul.secondary-links {
float: right;
Expand Down
15 changes: 13 additions & 2 deletions docroot/profiles/petition/themes/petitions44/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -334,13 +334,24 @@ body.petition #page-inner {position: relative;}
text-shadow: #535353 0px 2px 0px;
}

#petition-header ul#main-menu-links li.first a {
background: url("../img/nav-pet.gif") no-repeat;
text-indent: -9999px;
width: 20px;
}

#petition-header ul.links li:last-child a {
border-right: none;
}

#petition-header ul.links li a:hover,
#petition-header ul.links li.active a {
background: url("../img/nav-pet-bkg.gif") repeat-x 0 -41px;
#petition-header ul#main-menu-links li.first a:hover {
background-position: 0 -41px;
}

#petition-header ul.links li a.active,
#petition-header ul#main-menu-links li.first a.active {
background-position: 0 -82px;
}

#petition-header ul.secondary-links {
Expand Down

0 comments on commit e502460

Please sign in to comment.