Fix CSS news de common vers index.css et supp size dans blog article

This commit is contained in:
Fred Tempez 2021-03-19 13:43:12 +01:00
parent e4483538fe
commit 93d20a230c
3 changed files with 22 additions and 24 deletions

View File

@ -184,29 +184,6 @@ Signature dans les articles blog et news
text-align: right; text-align: right;
} }
/*
* Module news
*/
/*
.newsTitle {
background-color: #ECEFF1;
padding:5px;
}*/
.newsContent {
clear: left;
margin-left: 10px;
/* padding: 5px;*/
}
.newsSignature {
margin-right: 10px;
float: right;
font-size: 0.8em;
font-style: italic;
color: grey;
}
/* Tableau */ /* Tableau */
:not([class^="col"])>.tableWrapper { :not([class^="col"])>.tableWrapper {

View File

@ -42,7 +42,6 @@
padding: 10px; padding: 10px;
} }
.blogDate { .blogDate {
font-size:0.8em;
font-style: italic; font-style: italic;
color: grey; color: grey;
height: 100%; height: 100%;

View File

@ -12,6 +12,28 @@
* @link http://zwiicms.fr/ * @link http://zwiicms.fr/
*/ */
/*
* Module news
*/
/*
.newsTitle {
background-color: #ECEFF1;
padding:5px;
}*/
.newsContent {
clear: left;
margin-left: 10px;
}
.newsSignature {
margin-right: 10px;
float: right;
font-style: italic;
color: grey;
}
/* /*
* Flux RSS * Flux RSS
*/ */