diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/style/commentary.css | 45 | ||||
| -rw-r--r-- | static/style/default.css | 4 | ||||
| -rw-r--r-- | static/style/git_browse.css | 2 | 
3 files changed, 46 insertions, 5 deletions
| diff --git a/static/style/commentary.css b/static/style/commentary.css new file mode 100644 index 0000000..584e6f1 --- /dev/null +++ b/static/style/commentary.css @@ -0,0 +1,45 @@ +#commentary { +    background-color: #b7c6ff; +    border-top: 2px solid #000000; } + +#commentary p { +    margin-left: 15px; } +#commentary h3 { +    font-style: italic; +    padding-left: 280px; +    width: 100%; } +#commentary hr { +    border-color: #b7c6ff; } +#commentary form textarea { +    width: 640px; +    padding: 2px; +    border: 1px solid black; +    height: 120px; } +#commentary form input { +    padding: 2px; +    border: 1px solid black; +    margin-top: 3px; +} +#commentary form input.submit { +    margin-top: 4px; +    margin-right: 19px; +    float: right; +    border: 1px solid black; +    width: 180px; } + +#commentary table { +    width: 93%; +    margin-left: 15px; +    border-spacing: 0px 6px; } +#commentary table td.comment_info { +    width: 115px; +    vertical-align: top; +    padding-right: 8px; +    font-style: italic; +    font-size: 11px; +    text-align: right; } +#commentary table td.comment_content { +    border-left: 3px solid #3756af; +    padding-left: 10px; } +#commentary table span.comment_headline { +    font-weight: bold; } diff --git a/static/style/default.css b/static/style/default.css index 1a3a938..513f064 100644 --- a/static/style/default.css +++ b/static/style/default.css @@ -205,10 +205,6 @@ table.listing td.date {  table.listing td.description {      overflow: hidden; } -#commentary { -    background-color: #a9afdc; -    background-color: #c7c6ff; -    border-top: 2px solid #000000; }  #top_bar {      height: 22px;      background-color: #993333; diff --git a/static/style/git_browse.css b/static/style/git_browse.css index 2772a07..6c3fb48 100644 --- a/static/style/git_browse.css +++ b/static/style/git_browse.css @@ -8,7 +8,7 @@ pre.large {  table.gitbrowser {      width: 100%; -    border-spacing: 0px; +    border-spacing: 0px 2px;      font-size: 11px; }  table.gitbrowser tr {      width: 100%; | 
