Commit 53ca0be10f92e0d66834bbc1400305d3acb01999
1 parent
b511abea
Exists in
code_block
Fixing Code Block Style
SPB/SPB Issue 334 Signed-off-by: Bruna Moreira <brunanayaramlima@gmail.com>
Showing
1 changed file
with
17 additions
and
0 deletions
Show diff stats
src/noosfero-spb-theme/css/article-page.css
... | ... | @@ -28,6 +28,23 @@ |
28 | 28 | line-height: 21px; |
29 | 29 | } |
30 | 30 | |
31 | +#content .main-block .article-body td{ | |
32 | + padding: 0px; | |
33 | +} | |
34 | + | |
35 | +#content .main-block .article-body pre{ | |
36 | + background: #ecedf1; | |
37 | + border: 1px solid #d3d6de; | |
38 | +} | |
39 | + | |
40 | +#content .main-block .article-body code em, | |
41 | +#content .main-block .article-body code b, | |
42 | +#content .main-block .article-body code strong, | |
43 | +#content .main-block .article-body code i{ | |
44 | + font-style: normal; | |
45 | + font-weight: normal; | |
46 | + font-family: monospace, arial, open_sansregular; | |
47 | +} | |
31 | 48 | #content #article-parent{ |
32 | 49 | margin: 0px 0px 10px 0; |
33 | 50 | font-style: normal; | ... | ... |