I have two lists that I want to be grouped together, but I would them to have some space between them, something like one or two whitespaces. Here is my jsFiddle. I've tried several solutions found on questions like this, but none of them actually worked.
Here is my CSS:
ol {
display: inline-block;
}
ol.ui-listview>li>.ui-btn:first-child:before, ol.ui-listview>li.ui-li-static:before, ol.ui-listview>li.ui-field-contain>label:before, ol.ui-listview>li.ui-field-contain>.ui-controlgroup-label:before{
content: counter(listnumbering) !important;
}
#slots {
text-align: center;
}