<pre> style has changed

Blockquotes have a better style

svn path=/trunk/boinc/; revision=6076
This commit is contained in:
Janus B. Kristensen 2005-05-08 01:36:23 +00:00
parent 438d264c97
commit c0dc9c9142
1 changed files with 19 additions and 0 deletions

View File

@ -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;
}