CSS for blockquote
git-svn-id: file:///home/shish/svn/shimmie2/trunk@657 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
5b543e46ca
commit
d1793a02ae
@ -59,6 +59,11 @@ FORM {margin: 0px;}
|
|||||||
A {text-decoration: none;}
|
A {text-decoration: none;}
|
||||||
A:hover {text-decoration: underline;}
|
A:hover {text-decoration: underline;}
|
||||||
|
|
||||||
|
BLOCKQUOTE {
|
||||||
|
border: 1px solid black;
|
||||||
|
padding: 8px;
|
||||||
|
background: #DDD;
|
||||||
|
}
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
* the navigation bar, and all its blocks *
|
* the navigation bar, and all its blocks *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user