]> git.pld-linux.org Git - packages/dokuwiki-plugin-data.git/blame - separator-style.patch
perform sqlite2->sqlite3 upgrade if packages present
[packages/dokuwiki-plugin-data.git] / separator-style.patch
CommitLineData
58e46b85
ER
1add style to list separator, so one could write to userstyle.css:
2
3table.dataplugin_table span.sep {
4 display: block;
5 font-size: 0px;
6}
7
8and have list items listed below each other
9
10--- data/helper.php 2010-02-23 03:00:00.000000000 +0200
11+++ data/helper.php 2009-09-10 09:00:02.000000000 +0300
12@@ -129,7 +139,7 @@
13 }
14 }
15 }
16- return join(', ',$outs);
17+ return join('<span class="sep">, </span>',$outs);
18 }
19
20 /**
This page took 0.319045 seconds and 4 git commands to generate.