Fixing styling of <strong> text in admin theme, making it visible on Chrome.

This commit is contained in:
Daniel Stolt
2014-07-29 15:44:06 +02:00
parent e50c2e1d39
commit 51dc062e04

View File

@@ -143,7 +143,7 @@ h4 img, h5 img, h6 img {
margin: 0;
}
strong {font-weight:600;}
strong {font-weight:bold;}
.smallText {font-size:1em; line-height:1.4em;}
hr {border:0; height:1px; color:#e4e5e6; background-color:#e4e5e6;}