Add PgBouncer to list of projects covered by CNA scope
[pgweb.git] / media / css / markdown_preview.css
blob9ea1299208c55865ba3e4c9e2a62c939168d2da2
1 div.markdownpreview {
2 margin-top: 2px;
3 border: 1px solid black;
4 float: left;
5 overflow: auto;
8 div.markdownpreview p {
9 margin-left: 0px !important;
10 padding-left: 0px !important;
13 /* Override some things from django admin interface */
14 div.adminmarkdownpreview h2 {
15 background: none !important;
16 color: rgb(102, 102, 102) !important;
17 font-size: 22px !important;
20 div.adminmarkdownpreview ul,ol {
21 margin-left: 0px !important;