MediaWiki:Minerva.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 5: Line 5:
   margin-top: 10px;
   margin-top: 10px;
   border-left: 2px solid #eeeeee;
   border-left: 2px solid #eeeeee;
  animation-name: fade-in;
  animation-duration: .4s;
}
@keyframes fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
}