Merge pull request #10933 from ZDroid/patch-2

Change border to border-radius
This commit is contained in:
Mark Otto 2013-10-12 15:35:07 -07:00
commit d82650102c

View File

@ -42,7 +42,7 @@ pre {
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border: 0;
border-radius: 0;
}
}