Skip to content

Commit

Permalink
more work on styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcarey committed Feb 3, 2011
1 parent 3432330 commit 9eb69f0
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mt-static/css/structure.css
Expand Up @@ -494,16 +494,16 @@ body.system #blog-selector-control #current-blog-title {color:#6B3081;}

#blog-nav-list a span span {
padding-right: 13px;
background: url('../images/nav-arrow-down.gif') no-repeat right center;
background: url('../images/nav-arrow-down-m.gif') no-repeat right center;
}
#blog-nav-list .show-nav a span span {
background-image: url('../images/nav-arrow-down-hover.gif');
background-image: url('../images/nav-arrow-down-hover-m.gif');
}
.system #blog-nav-list a span span {
background-image: url('../images/nav-arrow-down-system.gif');
background-image: url('../images/nav-arrow-down-system-m.gif');
}
.system #blog-nav-list .show-nav a span span {
background-image: url('../images/nav-arrow-down-hover-system.gif');
background-image: url('../images/nav-arrow-down-hover-system-m.gif');
}

#blog-nav a,
Expand Down Expand Up @@ -608,10 +608,10 @@ body.system #blog-nav li:hover li a:hover {
}

#blog-dashboard a {
background: url('../images/nav-icon-dashboard.gif') no-repeat center 10px;
background: url('../images/nav-icon-dashboard-m.gif') no-repeat center 10px;
}
.system #blog-dashboard a {
/* background-image: url('../images/nav-icon-dashboard-system.gif'); */
background-image: url('../images/nav-icon-dashboard-system-m.gif');
}

#rebuild-site a {
Expand Down
Binary file added mt-static/images/nav-arrow-down-hover-m.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mt-static/images/nav-arrow-down-hover-system-m.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mt-static/images/nav-arrow-down-m.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mt-static/images/nav-arrow-down-system-m.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mt-static/images/nav-icon-dashboard-m.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mt-static/images/nav-icon-dashboard-system-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 9eb69f0

Please sign in to comment.