Commit 83d6d9db496f407a46035bb0f090de45159ca84d
Exists in
master
and in
29 other branches
Merge commit 'refs/merge-requests/105' of git://gitorious.org/noosfero/noosfero …
…into merge-requests/105
Showing
1 changed file
with
9 additions
and
0 deletions
Show diff stats
public/stylesheets/application.css
... | ... | @@ -1100,6 +1100,15 @@ code input { |
1100 | 1100 | |
1101 | 1101 | #article pre { |
1102 | 1102 | white-space: pre-wrap; |
1103 | + padding: 5px; | |
1104 | + border: 1px solid #d3d7cf; | |
1105 | + border-radius: 5px; | |
1106 | + -moz-border-radius: 5px; | |
1107 | + -webkit-border-radius: 5px; | |
1108 | +} | |
1109 | +#article pre, #article code { | |
1110 | + background: #eeeeec; | |
1111 | + color: #2e3436; | |
1103 | 1112 | } |
1104 | 1113 | |
1105 | 1114 | #article .article-body a.icon { | ... | ... |