mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Make the dateline in the detail view not italic.
This commit is contained in:
@@ -19,12 +19,10 @@ a:hover {
|
||||
}
|
||||
.articleDateline {
|
||||
color: rgba(0, 0, 0, 0.3);
|
||||
border-bxottom: 1px solid rgba(0, 0, 0, 0.1);
|
||||
border-toxp: 1px solid rgba(0, 0, 0, 0.1);
|
||||
padding-bottom: 0px;
|
||||
padding-top: 0px;
|
||||
margin-bottom: 32px;
|
||||
font-style: italic;
|
||||
margin-bottom: 26px;
|
||||
font-weight: medium;
|
||||
}
|
||||
.articleDateline, .articleDateline a:link, .articleDateline a:visited {
|
||||
color: rgba(0, 0, 0, 0.3);
|
||||
|
||||
Reference in New Issue
Block a user