This commit is contained in:
friendica 2013-01-04 16:19:13 -08:00
commit cccd9567e4
2 changed files with 2 additions and 3 deletions

View File

@ -113,7 +113,6 @@ img { border :0px; }
code {
font-family: Courier, monospace;
white-space: pre;
display: block;
overflow: auto;
border: 1px solid #444;
@ -122,7 +121,8 @@ code {
padding: 10px;
margin-top: 20px;
max-width: 80%;
margin-left: 45px;
box-shadow: 5px 5px 5px #111;
border-radius: 5px;
}
blockquote {

View File

@ -121,7 +121,6 @@ img { border :0px; }
code {
font-family: Courier, monospace;
white-space: pre;
display: block;
overflow: auto;
border: 1px solid #444;