mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-01-23 13:22:08 +08:00
--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045720
47 lines
806 B
CSS
47 lines
806 B
CSS
/*Blog specific styles
|
|
----------------------------------------------------------*/
|
|
|
|
.posted {
|
|
margin: 0 0 8px 0;
|
|
}
|
|
|
|
.meta, .manage {
|
|
float:right;
|
|
margin:-16px 6px 0 0;
|
|
}
|
|
|
|
.blogdescription, .postsummary {
|
|
clear:both;
|
|
border-bottom:1px solid #cacec6;
|
|
}
|
|
|
|
.comments li {
|
|
margin:0 10px 0 0;
|
|
padding:8px;
|
|
}
|
|
|
|
div.comment {
|
|
padding:8px 8px 8px 16px;
|
|
color: #000;
|
|
min-width:200px;
|
|
background:#fff;
|
|
border:1px solid #CACEC6;
|
|
-moz-border-radius:6px;
|
|
-webkit-border-radius:6px;
|
|
}
|
|
|
|
.commentauthor {
|
|
background-position: 20px 0px;
|
|
padding: 16px 0 0 8px;
|
|
margin: 0 0 10px 0;
|
|
background: url(../Content/Images/commentpointer.gif) no-repeat;
|
|
position:relative;
|
|
top:-1px;
|
|
left:10px;
|
|
}
|
|
|
|
span.who {
|
|
font-weight:700;
|
|
}
|
|
|
|
|