New authorcol style and signature delimiter

svn path=/trunk/boinc/; revision=6152
This commit is contained in:
Janus B. Kristensen 2005-05-13 19:19:12 +00:00
parent 0ca88c5ea6
commit 6098d95d02
1 changed files with 19 additions and 0 deletions

View File

@ -138,6 +138,11 @@ img {
overflow: hidden;
}
.cellwrap{
width: 100%;
overflow: auto;
}
blockquote {
border-left: 2px solid blue;
padding-left: 5px;
@ -146,3 +151,17 @@ blockquote {
margin-left: 10px;
font-style: italic;
}
#thread table {
width: 100%;
table-layout: fixed;
}
.sigdelim {
width: 60%;
height: 1px;
background-color: black;
color: black;
border: 0;
margin-right: 100%;
}