merged
This commit is contained in:
commit
7c49f4aa29
|
@ -416,8 +416,8 @@ border-radius:3px;
|
|||
#lightbox
|
||||
{display:none;
|
||||
background-color:#000;
|
||||
opacity:0.9;
|
||||
filter:alpha(opacity=90);
|
||||
opacity:0.7;
|
||||
filter:alpha(opacity=70);
|
||||
position:fixed;
|
||||
top:0px;
|
||||
left:0px;
|
||||
|
|
|
@ -62,7 +62,11 @@ position:absolute;
|
|||
left:413px;
|
||||
top:69px;*/
|
||||
cursor:pointer;
|
||||
background:none;}
|
||||
}
|
||||
|
||||
#homeList:hover
|
||||
{
|
||||
background:#FFF !important;}
|
||||
|
||||
#navMenu
|
||||
{background-color:#FFF;
|
||||
|
@ -94,8 +98,7 @@ padding:0px 15px;
|
|||
float:left;
|
||||
/*-moz-border-radius:10px;
|
||||
-webkit-border-radius:10px;
|
||||
border-radius:10px;*/
|
||||
width:180px;}
|
||||
border-radius:10px;*/}
|
||||
|
||||
#navMenu ul
|
||||
{/*width:180px;*/
|
||||
|
|
|
@ -26,7 +26,8 @@
|
|||
</form>
|
||||
|
||||
<ul id="navMenu">
|
||||
<li><a href="/t/"><img src="/static/images/noel/home.png" width="16" height="17" alt="home" id="homeIcon"></a></li>
|
||||
|
||||
<li id="homeList"><a href="/t/"><img src="/static/images/noel/home.png" width="16" height="17" alt="home" id="homeIcon"></a></li>
|
||||
{% for m in menus %}
|
||||
<li><a href="">{{ m.name }}</a>
|
||||
<ul>
|
||||
|
|
Loading…
Reference in New Issue
Block a user