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 2: Line 2:
   content: "";
   content: "";
   position:absolute;
   position:absolute;
   left:0px;
   margin:-1em;
  top:0px;
   width:2em;
   width:2em;
   height:2em;
   height:2em;
   background-color:#fff; /* to see where it is */
   background-color:#fff; /* to see where it is */
}
}

Revision as of 14:42, 18 January 2023

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