mirror of
https://github.com/heyarne/berliner-winter.git
synced 2026-05-06 19:23:39 +02:00
Mix colors when in multiple categories
This commit is contained in:
parent
2ee455d3c4
commit
19dc2a91a1
2 changed files with 35 additions and 5 deletions
|
|
@ -9,13 +9,14 @@
|
|||
<body>
|
||||
<nav id="filter-picker">
|
||||
<ul class="year-filter">
|
||||
<li class="active"><a href="#">2005</a></li>
|
||||
<li><a href="#">2005</a></li>
|
||||
<li><a href="#">2006</a></li>
|
||||
<li><a href="#">2007</a></li>
|
||||
<li><a href="#">2008</a></li>
|
||||
<li><a href="#">2009</a></li>
|
||||
<li><a href="#">2010</a></li>
|
||||
<li><a href="#">2011</a></li>
|
||||
<li class="all active"><a href="#">Alle</a></li>
|
||||
</ul>
|
||||
|
||||
<ul class="category-filter">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue