Skip to content

Commit

Permalink
working on changing the arrow graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcarey committed Feb 3, 2011
1 parent d080019 commit 3432330
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mt-static/css/structure.css
Expand Up @@ -253,11 +253,11 @@ body.system #header {background: #6B3081 url('../images/header-inner.gif') repea
border: 1px solid #474747;
border-width: 0 1px 0 0;
padding-right: 17px;
background: url('../images/system-nav-down.gif') no-repeat right center;
/* background: url('../images/system-nav-down.gif') no-repeat right center; */
}
#system-menu.show-nav a.nav-menu-link {
border-color: #575757;
background-image: url('../images/system-nav-down-hover.gif');
/* background-image: url('../images/system-nav-down-hover.gif'); */
}

body.system #utility-nav a {
Expand Down Expand Up @@ -389,7 +389,7 @@ body.system #blog-selector-control #current-blog-title {color:#6B3081;}

#blog-selector-control #current-blog-title span {
padding-left: 22px;
background: #fff url('../images/blog-selector-arrow.gif') no-repeat right top;
background: #fff url('../images/blog-selector-arrow-m.gif') no-repeat right top;
}

#blog-selector-control #create-blog,
Expand Down Expand Up @@ -458,7 +458,7 @@ body.system #blog-selector-control #current-blog-title {color:#6B3081;}
}

#blog-nav #blog-nav-inner {
background: #466478 url('../images/blog-nav.jpg') repeat-x;
background: #33789c url('../images/blog-nav.jpg') repeat-x;
}

#blog-nav ul {
Expand Down
Binary file added mt-static/images/blog-selector-arrow-m.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3432330

Please sign in to comment.