new buttons and tweaked bg gradients
This commit is contained in:
parent
88b81681cb
commit
cd8c51097c
8 changed files with 255 additions and 108 deletions
|
@ -62,12 +62,12 @@ make' root (GalleryInfo {title, desc, prefix, filters, hidden}) infos = [b|@0
|
|||
<summary><h2>filters</h2></summary>
|
||||
<div>
|
||||
<h3>show only</h3>
|
||||
<ul id=require class="buttonbar bb-choice">
|
||||
<ul id=require class=filterlist>
|
||||
$10.requireFilters
|
||||
</ul>
|
||||
|
||||
<h3>exclude</h3>
|
||||
<ul id=exclude class="buttonbar bb-choice">
|
||||
<ul id=exclude class=filterlist>
|
||||
$10.excludeFilters
|
||||
</ul>
|
||||
|
||||
|
|
|
@ -285,7 +285,7 @@ makeTags undir tags =
|
|||
if null tags then "" else [b|@0
|
||||
<nav id=tags class=info-section>
|
||||
<h2>tags</h2>
|
||||
<ul class="buttonbar bb-links">
|
||||
<ul>
|
||||
$4.tagList
|
||||
</ul>
|
||||
</nav>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue