Difference between revisions of "MediaWiki:Tweeki.css"

From Exilent
(Created page with ".bg-dark { background-color: rgb(34, 34, 34) }")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
.bg-dark {
+
div > img {
   background-color: rgb(34, 34, 34)
+
   max-width: 100%;
 +
  height: auto;
 
}
 
}

Latest revision as of 18:39, 18 August 2018

div > img {
  max-width: 100%;
  height: auto;
}