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:absolute;
   position:relative;
   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:40, 18 January 2023

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