CSS for blockquote

git-svn-id: file:///home/shish/svn/shimmie2/trunk@657 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2007-12-11 18:37:23 +00:00
parent 5b543e46ca
commit d1793a02ae

View File

@ -59,6 +59,11 @@ FORM {margin: 0px;}
A {text-decoration: none;}
A:hover {text-decoration: underline;}
BLOCKQUOTE {
border: 1px solid black;
padding: 8px;
background: #DDD;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* the navigation bar, and all its blocks *