User:Teamtoto/common.css: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
mNo edit summary
Tag: Reverted
mNo edit summary
Tag: Reverted
Line 1: Line 1:
.qud-quote-box:after {
.qud-quote-box:after {
   content: "";
   content: "";
   position:relative;
   position:absolute;
   left:0px;
   left:0px;
   top:0px;
   top:0px;

Revision as of 14:41, 18 January 2023

.qud-quote-box:after {
  content: "";
  position:absolute;
  left:0px;
  top:0px;
  width:2em;
  height:2em;
  background-color:#fff; /* to see where it is */
}