mirror of https://github.com/BOINC/boinc.git
<pre> style has changed
Blockquotes have a better style svn path=/trunk/boinc/; revision=6076
This commit is contained in:
parent
438d264c97
commit
c0dc9c9142
|
@ -114,6 +114,11 @@ h3 , h4 {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
pre {
|
||||
white-space: normal;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
img {
|
||||
border: 0px;
|
||||
}
|
||||
|
@ -127,3 +132,17 @@ img {
|
|||
font-size: 80%;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.authorcol {
|
||||
width: 115px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 2px solid blue;
|
||||
padding-left: 5px;
|
||||
padding-bottom: 0px;
|
||||
margin-bottom: 0px;
|
||||
margin-left: 10px;
|
||||
font-style: italic;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue