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;
}
/*
* 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 */
:not([class^="col"])>.tableWrapper {

View File

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

View File

@ -12,6 +12,28 @@
* @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
*/