mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3913 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
42 lines
738 B
CSS
42 lines
738 B
CSS
.newsitem {
|
|
margin-bottom: 10px;
|
|
clear: both;
|
|
}
|
|
.newsitem .date {
|
|
font-size: 0.8em;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.newsitem .date p {
|
|
margin-top: 0px;
|
|
margin-bottom: 2px;
|
|
padding: 0;
|
|
padding-left: 0;
|
|
margin-left: 0;
|
|
margin: 0;
|
|
}
|
|
.newsitem img {
|
|
float: right;
|
|
padding-left: 3px;
|
|
padding-bottom: 3px;
|
|
}
|
|
.newsitem h3 {
|
|
font-size: 1.1em;
|
|
font-weight: 400;
|
|
padding-top: 0px;
|
|
margin-top: 0px;
|
|
margin-bottom: 3px;
|
|
}
|
|
.newsitem .abstract {
|
|
display: none;
|
|
}
|
|
.newsitem .abstract p {
|
|
margin-top: 0px;
|
|
margin-bottom: 0px;
|
|
}
|
|
.livemark {
|
|
text-align: right;
|
|
}
|
|
.livemark img {
|
|
vertical-align: text-bottom;
|
|
} |