--HG--
branch : dev
This commit is contained in:
Suha Can
2011-02-23 11:00:19 -08:00
7 changed files with 27 additions and 23 deletions

View File

@@ -1,16 +1,15 @@
.navicon-list,
.navicon-lists {
.navicon-lists,
.section-new .subnavicon-list {
background-image:url(images/menu.list.png) !important;
}
.navicon-list:hover,
.navicon-lists:hover {
background-position:0 -30px !important;
}
/* subnav */
ul ul .navicon-list {
.section-new .subnavicon-list {
background-position:0 6px !important;
padding-left:20px !important;
}
ul ul .navicon-list:hover {
.section-new .subnavicon-list:hover {
background-position:0 -26px !important;
}

View File

@@ -1,14 +1,15 @@
.navicon-page {
.navicon-page,
.section-new .subnavicon-page {
background-image:url(images/menu.page.png) !important;
}
.navicon-page:hover {
background-position:0 -30px !important;
}
/* subnav */
ul ul .navicon-page {
.section-new .subnavicon-page {
background-position:0 6px !important;
padding-left:20px !important;
}
ul ul .navicon-page:hover {
.section-new .subnavicon-page:hover {
background-position:0 -26px !important;
}