mirror of
https://gitlab.com/parroquia-san-leandro/cancionero-web.git
synced 2025-04-27 15:46:18 +02:00
Move to less, improved style, fixed bugs
* Redirection wasn't being encoded properly * CSS to LESS transition * Improved Makefile * Explained red color in index * Unified link and button styles
This commit is contained in:
parent
67bedb49e4
commit
c7bca76c8c
14 changed files with 233 additions and 185 deletions
|
@ -1,6 +1,6 @@
|
|||
<li%s>
|
||||
<a href="%s">
|
||||
<span class="numberBadge">%d. </span>
|
||||
%s%s%s
|
||||
</a>
|
||||
</li>
|
||||
<a href="{url}">
|
||||
<li {li_class}>
|
||||
<span class="number">{number}.</span>
|
||||
{name}{author}{origin}
|
||||
</li>
|
||||
</a>
|
Loading…
Add table
Add a link
Reference in a new issue