Default theme: Fix hr element theming in IE8+

pico-3.0-alpha
Daniel Rudolf 9 years ago
parent 65a37f1464
commit 73a0b40f72
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
  1. 1
      themes/default/style.css

@ -215,6 +215,7 @@ img { max-width: 100%; }
hr {
border: 0.15em solid #f5f5f5;
border-radius: 0.3em;
background: #f5f5f5;
}
abbr { text-decoration: underline dotted; }

Loading…
Cancel
Save