Add extra padding to some markdown pages

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets
2015-10-16 16:36:37 +02:00
parent db1e7fb8dd
commit b4cc05e56e
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -68,3 +68,7 @@ body.modal-open {
.modal .modal-dialog {
width: 860px;
}
.documentation {
padding: 7px;
}
@@ -542,3 +542,7 @@ pre.light-well {
}
}
}
.project-show-readme .readme-holder {
padding: 7px;
}