comment old default styles

master
Harald Wolff 2021-11-17 13:22:56 +01:00
parent 7e26aadf7b
commit b88452bce8
1 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,4 @@
/*
h2 { h2 {
margin: 0; margin: 0;
margin-top: 1.2em; margin-top: 1.2em;
@ -8,7 +9,7 @@ p {
text-align: justify; text-align: justify;
text-justify: auto; text-justify: auto;
} }
*/
/* /*
a::before { a::before {
font-family: 'Font Awesome 5 Free'; font-family: 'Font Awesome 5 Free';
@ -18,7 +19,7 @@ a::before {
padding-right: 2px; padding-right: 2px;
} }
*/ */
/*
div.blog { div.blog {
width: 100%; width: 100%;
} }
@ -93,7 +94,7 @@ li[itemType="https://schema.org/Article"] > a::after {
content: '\f101'; content: '\f101';
color: var(--colSecondary); color: var(--colSecondary);
} }
*/
/* /*
@ -115,7 +116,7 @@ li[itemType="https://schema.org/Article"] > a {
/***************************************************** /*****************************************************
Data Fields with Icons Data Fields with Icons
*****************************************************/ *****************************************************/
/*
dd.create > .icon-calendar::before { dd.create > .icon-calendar::before {
font-family: 'Font Awesome 5 Free'; font-family: 'Font Awesome 5 Free';
font-weight: 900; font-weight: 900;
@ -139,3 +140,4 @@ dd.createdby > span::before {
font-size: 1em; font-size: 1em;
} }
*/