diff --git a/core/module/theme/resource/custom.css b/core/module/theme/resource/custom.css index b810b5c6..7e90d988 100755 --- a/core/module/theme/resource/custom.css +++ b/core/module/theme/resource/custom.css @@ -145,11 +145,34 @@ select:hover, textarea:hover { } -/* Iframe du module Code */ -iframe#modulecode { - height: 400px !important; - border: none; - margin-top: 10px; - margin-bottom: 10px; +/* Modules News et Blog */ - } \ No newline at end of file +.blogDate { +} + +.blogPicture { +} + +.blogPicture img { +} + +.blogComment { +} + +.blogTitle { +} + +.blogContent { +} + +.newsTitle { +} + +.newsContent { +} + +.newsDate { +} + +.newsSignature { +}