ZwiiCMS/module/news/view/index/index.css

25 lines
364 B
CSS
Raw Normal View History

2020-03-12 14:54:53 +01:00
/*
2019-02-22 22:38:06 +01:00
.newsTitle {
background-color: #ECEFF1;
padding:5px;
}
.newsContent {
clear: left;
margin-left: 10px;
padding: 5px;
}
.newsDate {
font-size:0.8em;
font-style: italic;
color: grey;
margin-left:10px;
float: left;
}
.newsSignature {
margin-right:10px;
float:right;
font-size:0.8em;
font-style: italic;
color: grey;
2020-03-12 14:54:53 +01:00
}
*/