mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixing styling of <strong> text in admin theme, making it visible on Chrome.
This commit is contained in:
@@ -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;}
|
||||
|
Reference in New Issue
Block a user