Template:Dialogue/testcss.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
(.)
Line 4: Line 4:
   list-style: none;
   list-style: none;
   border-left: 1px dashed #785000;
   border-left: 1px dashed #785000;
}
.bg3wiki-dialogue-transcript li {
  padding-left: 15px;
  margin: 14px 0;
}
}

Revision as of 16:29, 28 September 2023

/* This css is solely for quick iteration on dialogue css.
   Once it is ready it will be moved into Common.css and deleted from here. */
.bg3wiki-dialogue-transcript ul {
  list-style: none;
  border-left: 1px dashed #785000;
}

.bg3wiki-dialogue-transcript li {
  padding-left: 15px;
  margin: 14px 0;
}