diff --git a/trac/htdocs/fiole.png b/trac/htdocs/fiole.png new file mode 100644 index 0000000..9cd8648 Binary files /dev/null and b/trac/htdocs/fiole.png differ diff --git a/trac/htdocs/libcaca.css b/trac/htdocs/libcaca.css index 4ad2ecd..9556fef 100644 --- a/trac/htdocs/libcaca.css +++ b/trac/htdocs/libcaca.css @@ -46,15 +46,16 @@ h3 { p, dd, dd, ol, ul { text-align: inherit; font-size: 1em; - list-style: none; + } ol li { - padding-left: 20px; - background: url(puce.png) no-repeat left top; + list-style: decimal; + background: url(fiole.png) no-repeat left center; } ul li { + list-style: none; padding-left: 20px; - background: url(puce.png) no-repeat left top; + background: url(puce.png) no-repeat left center; }