site-media/style/projects.css @ cd1557458a64

Fix the project code comments.
author Steve Losh <steve@stevelosh.com>
date Thu, 16 Jul 2009 19:08:55 -0400
parents 37bd34b1c710
children (none)
/* @override http://127.0.0.1:8000/site-media/style/projects.css */
div.projects-list-entry {
    border-bottom: 1px solid #eee;
    height: 3em;
    line-height: 3em;
    -webkit-text-size-adjust: none;
}
h2.projects-list-entry-title {
    display: inline;
}
p.projects-list-entry-snip {
    display: inline;
    padding-left: 1em;
    color: #666;
}
div#projects-project-date {
    color: #666;
}
div.projects-project-comment-body {
    margin-left: 2em;
}
div.wmd-preview {
    margin-left: 2em;
}
div.projects-project-comment-body h1, .wmd-preview h1 {
    font-size: 1.4em;
}
div.projects-project-comment-body h2, .wmd-preview h2 {
    font-size: 1.3em;
}
div.projects-project-comment-body pre {
    font-size: 1em;
    line-height: 1.5em;
}
div.projects-project-comment-body h3, .wmd-preview h3, div.projects-project-comment-body h4, .wmd-preview h4, div.projects-project-comment-body h5, .wmd-preview h5, div.projects-project-comment-body h6, .wmd-preview h6 {
    font-size: 1.2em;
}
input#projects-new-comment-name {
    width: 40%;
    margin-right: 1em;
}
input#projects-new-comment-submit {
    margin-top: 1.5em;
}
p#projects-new-comment-body-area {
    margin-bottom: 0em;
}
p#projects-new-comment-instructions {
    margin-top: 0em;
}
span#projects-new-comment-invalid-body {
    float: right;
}
#projects-new-comment-name-area label.invalid {
    display: inline;
}
#projects-new-comment-body-area label.invalid {
    float: right;
}
.content img {
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    border: 10px solid #eee;
    display: block;
    padding: 1px;
    background-color: #000;
}