source: gs3-installations/thewillow/trunk/sites/thewillow/dlcol-chatgpt/iframe-page/dl-chatgpt_files/item-list.module.css@ 38779

Last change on this file since 38779 was 38779, checked in by davidb, 3 months ago

Files that need to be moved to <gsdl3srchome>/web to provide a static web page example using an iframe to embedd the React/NextJS based chatbot

File size: 285 bytes
Line 
1/**
2 * @file
3 * Styles for item list.
4 */
5
6.item-list__comma-list,
7.item-list__comma-list li {
8 display: inline;
9}
10.item-list__comma-list {
11 margin: 0;
12 padding: 0;
13}
14.item-list__comma-list li:after {
15 content: ", ";
16}
17.item-list__comma-list li:last-child:after {
18 content: "";
19}
Note: See TracBrowser for help on using the repository browser.