Untitled diff

Created Diff never expires
17 removals
Lines
Total
Removed
Words
Total
Removed
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
33 lines
11 additions
Lines
Total
Added
Words
Total
Added
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
28 lines
/*
* Surchargez ce fichier dans votre thème pour personnaliser le module
* https://www.phpboost.com/wiki/structure-d-un-theme#paragraph-le-repertoire-modules
*/
#news-tags-container,
#news-tags-container,
#news-sources-container,
#news-sources-container,
#news-suggested-container {
#news-suggested-container {
margin: 15px 15px 15px 30px;
margin: 1em 1em 1em 2em;
}
}
.news-tags-title,
.news-tags-title,
.news-sources-title,
.news-sources-title,
.news-suggested-title {
.news-suggested-title {
font-weight: bold;
font-weight: bold;
}
}
.news-separator {
.news-separator {
margin: 20px auto 20px auto;
margin: 1.618em auto;
width: 70%;
width: 68%;
}
.news-picture {
float: left;
padding: 10px;
}
img.news-picture {
max-width: 40%;
}
}
.navigation-link-previous { float: left; }
.navigation-link-previous { float: left; }
.navigation-link-next { float: right; }
.navigation-link-next { float: right; }
.navigation-link-previous i { margin-right: 5px; }
.navigation-link-previous i { margin-right: 0.309em; }
.navigation-link-next i { margin-left: 5px; }
.navigation-link-next i { margin-left: 0.309em; }