Files
Orchard/src/Orchard.Web/Themes/Green/Styles/blog.css
jowall 28cb6715af Updated themes and admin and added a delete icon.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045720
2010-01-20 00:16:48 +00:00

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;
}