1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-10 11:22:09 +00:00

Improve css of pre in article

This commit is contained in:
plt 2012-08-21 15:08:06 +08:00
parent 468cc92f9b
commit 4bb3daea44

View File

@ -926,7 +926,7 @@ p {
border-radius:3px; border-radius:3px;
-moz-border-radius:3px; -moz-border-radius:3px;
-webkit-border-radius:3px; -webkit-border-radius:3px;
margin:5px 0; margin:1em 0;
} }
.article pre code { .article pre code {
white-space:pre-wrap; white-space:pre-wrap;