MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 112: Line 112:
     position: absolute;
     position: absolute;
     margin-left: -30px; /* Adjusted margin */
     margin-left: -30px; /* Adjusted margin */
}
/* drop caps */
p.drop::first-letter {
  font-weight: regular;
  float: left;
  margin-right: 5px;
  margin-bottom: -5px;
  font-size: 3.5em;
  font-family: Georgia;
  line-height: 100%;
}
}