mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 12:06:22 +05:30
CSS Fix
This commit is contained in:
parent
8df1c1f045
commit
45817b639f
4 changed files with 27 additions and 3 deletions
|
|
@ -443,6 +443,10 @@ aside .menu ul li > a:hover, aside .menu ul li.active > a {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
aside .menu ul li ul.subnav {
|
||||
display:none;
|
||||
}
|
||||
|
||||
aside .copyright {
|
||||
padding: 1.2em 0 65px 0;
|
||||
color: #888;
|
||||
|
|
|
|||
|
|
@ -390,6 +390,10 @@ table.post-list td a {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
#menu ul li ul.subnav {
|
||||
display:none;
|
||||
}
|
||||
|
||||
/*----------------------------
|
||||
Search form
|
||||
-----------------------------*/
|
||||
|
|
|
|||
|
|
@ -310,6 +310,10 @@ ul li, ol li {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#menu ul li ul.subnav {
|
||||
display:none;
|
||||
}
|
||||
|
||||
/*-------------------------
|
||||
Search
|
||||
--------------------------*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue