MediaWiki:Common.css: Difference between revisions

m
small change ordering to common.css
(make it em so adjusting text size will change it)
m (small change ordering to common.css)
Line 1,464: Line 1,464:
   background-size: 100%;
   background-size: 100%;
   transform: rotate(-20deg);
   transform: rotate(-20deg);
}
@keyframes enchantedAnimate {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 128px -128px;
  }
}
}


Line 1,855: Line 1,864:
     position: relative;
     position: relative;
     left: -3px;
     left: -3px;
}
@keyframes enchantedAnimate {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 128px -128px;
  }
}
}


184

edits