blockquote style added in css

git-svn-id: http://redmine.rubyforge.org/svn/trunk@69 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2006-12-05 21:06:07 +00:00
parent 4bb61ade27
commit d6d1502200
1 changed files with 5 additions and 0 deletions

View File

@ -195,6 +195,11 @@ textarea {
margin:0;
}
blockquote {
padding-left: 6px;
border-left: 2px solid #ccc;
}
input {
vertical-align: middle;
}