MediaWiki:Common.css: Difference between revisions

m
no edit summary
(box shadow but not)
mNo edit summary
Line 22: Line 22:


[title]::after {
[title]::after {
  display: inline-block;
  content: '';
  margin: 0;
  padding: 0;
   float: left;
   float: left;
   position: relative;
   position: relative;
   bottom: 0;
   bottom: 0;
  width: 100%;
  height: 2px;
   background-color: currentColor;
   background-color: currentColor;
   filter: opacity(0.25);
   filter: opacity(0.25);
  margin: 0;
  padding: 0;
  display: inline-block;
  height: 2px;
  width: 100%;
}
}