fix #11324, add fallback border color for ie8 and browser that not support boxshadows

This commit is contained in:
maartenkling 2012-10-22 10:04:35 +02:00
parent 66898bb87a
commit 96d72e7e29
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@
clear: both;
margin: 1em 0;
overflow: auto;
border: 1px solid #ccc;
}
.commentBody p {