budget distribution cleanup and formatting of markdown

This commit is contained in:
Rushabh Mehta
2012-07-11 14:39:33 +05:30
parent e3dd54c220
commit 9acf463427
12 changed files with 77 additions and 60 deletions

View File

@@ -2105,11 +2105,27 @@ div.std-footer-item {
position: fixed;
bottom: 5px;
left: 5px;
height: 40px;
width: 40px;
height: 30px;
width: 30px;
background: url('../images/erpnext-fade.png') no-repeat top left;
}
.markdown p {
font-size: 13px;
}
.markdown h1 {
margin-bottom: 9px;
}
.markdown h2 {
margin-bottom: 7px;
}
.markdown h3, .markdown h4 {
margin-bottom: 5px;
}
/*
* lib/css/legacy/messages.css
*/