]> git.pld-linux.org Git - packages/dokuwiki-plugin-data.git/blob - separator-style.patch
- up to decc347 (20110615)
[packages/dokuwiki-plugin-data.git] / separator-style.patch
1 add style to list separator, so one could write to userstyle.css:
2
3 table.dataplugin_table span.sep {
4     display: block;
5     font-size: 0px;
6 }
7
8 and 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.188556 seconds and 3 git commands to generate.