Global: Fix code style in styles.css

This commit is contained in:
Maxim Leshchenko 2022-01-24 16:58:42 +02:00 committed by GitHub
parent bf19fb2ab7
commit d64e54cd58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -214,7 +214,7 @@ a {
} }
.page_yellowheader a { .page_yellowheader a {
color: #C8BF85; color: #696029;
} }
.page_content { .page_content {
@ -1786,38 +1786,37 @@ body.scrolled .toTop:hover {
.hover-box:hover { .hover-box:hover {
background-color: #C0CAD5; background-color: #C0CAD5;
} }
.summaryBar { .summaryBar {
border-bottom: 1px solid #DAE2E8; border-bottom: 1px solid #DAE2E8;
clear: both; clear: both;
padding: 0 10px; padding: 11px 10px;
padding-top: 11px;
padding-top: 11px;
color: black; color: black;
font-weight: normal; font-weight: normal;
line-height: normal; line-height: normal;
margin-left: -12px; margin-left: -12px;
margin-right: -12px; margin-right: -12px;
} }
.summaryBar .summary { .summaryBar .summary {
color: #45688E; color: #45688E;
font-weight: bold; font-weight: bold;
padding-top: 3px; padding-top: 3px;
padding-bottom: 4px; padding-bottom: 4px;
} }
.note_header { .note_header {
background: #f7f7f7; background: #f7f7f7;
border-bottom: solid 1px #DAE1E8; border-bottom: solid 1px #DAE1E8;
border-top: solid 1px #45688E; border-top: solid 1px #45688E;
padding: 4px 6px 5px 6px; padding: 4px 6px 5px 6px;
} }
.note_header .note_title { .note_header .note_title {
color: #45688E; color: #45688E;
font-size: 13px; font-size: 13px;
font-weight: bold; font-weight: bold;
line-height: 15px; line-height: 15px;
margin: 0px; margin: 0;
padding: 0px 0px 1px 0px; padding: 0 0 1px 0;
} }
.page_yellowheader a {
color: #696029;
}