mirror of https://github.com/BOINC/boinc.git
New authorcol style and signature delimiter
svn path=/trunk/boinc/; revision=6152
This commit is contained in:
parent
0ca88c5ea6
commit
6098d95d02
|
@ -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%;
|
||||
}
|
Loading…
Reference in New Issue