4,554
edits
No edit summary Tag: Reverted  | 
				No edit summary Tag: Reverted  | 
				||
| Line 91: | Line 91: | ||
   border-bottom: none;  |    border-bottom: none;  | ||
   /* draw a 0.  |    /* 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.  | <line x1="0" y1="0.25" x2="100" y2="0.25" stroke="%23292828" stroke-width="1"/>\  | ||
</svg>') no-repeat left bottom / 100% 0.  | </svg>') no-repeat left bottom / 100% 0.25px;  | ||
}  | }  | ||
.article-type {    | .article-type {    | ||