MediaWiki:Print.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 91: Line 91:
   border-bottom: none;
   border-bottom: none;


   /* draw a 0.2px line at the bottom using vector SVG */
   /* draw a 0.25px line at the bottom using vector SVG */
   background: url('data:image/svg+xml;utf8,\
   background: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 1" preserveAspectRatio="none">\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 1" preserveAspectRatio="none">\
<line x1="0" y1="0.2" x2="100" y2="0.2" stroke="%23292828" stroke-width="1"/>\
<line x1="0" y1="0.25" x2="100" y2="0.25" stroke="%23292828" stroke-width="1"/>\
</svg>') no-repeat left bottom / 100% 0.2px;
</svg>') no-repeat left bottom / 100% 0.25px;
}
}
.article-type {  
.article-type {  

Navigation menu