added code style and mardown in todo

This commit is contained in:
Rushabh Mehta
2012-08-07 12:53:49 +05:30
parent e6ecb06001
commit 6252c13ec8
8 changed files with 47 additions and 9 deletions

View File

@@ -1830,7 +1830,25 @@ span, div, td, input, textarea, button, select {
}
pre { margin: 0px; padding: 0px; }
pre {
background-color: #F5F5F5;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px 4px 4px 4px;
display: block;
font-size: 12.025px;
line-height: 18px;
margin: 0 0 15px;
padding: 8.5px;
white-space: pre-wrap;
word-wrap: break-word;
}
code, pre {
border-radius: 3px 3px 3px 3px;
color: #333333;
font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
font-size: 12px;
}
button { margin: 2px; margin-left: 0px; }