Moved Css for Archive List out to the css Files

-better Google PageSpeed Ranking
This commit is contained in:
Kanti 2014-08-29 10:03:01 +02:00
commit 24f401bb3c
4 changed files with 54 additions and 4 deletions

View file

@ -930,4 +930,22 @@ h1.title-post a:hover, h2.title-index a:hover {
width: 100%;
}
}
/*----------------------------
Archive
-----------------------------*/
ul.archivegroup{
padding:0;
margin:0;
}
.archivegroup .expanded ul{
display:block;
}
.archivegroup .collapsed ul{
display:none;
}
.archivegroup li.expanded,.archivegroup li.collapsed{
list-style:none;
}