added home icon to org home menu item.

This commit is contained in:
vfedosevich 2014-06-03 02:21:06 +03:00
parent 441be7de9c
commit 8f1359cde4
3 changed files with 11 additions and 1 deletions

View file

@ -47,6 +47,16 @@
background-image: none !important;
}
.TopMenu li.AspNet-Menu-Leaf a img
{
border-style:None;
height:16px;
width:16px;
border-width:0px;
padding-right: 3px;
position:relative;
}
/*
.TopMenu ul.AspNet-Menu li
{