Commit 6393757707d5686b79be789303cd7cdbbf09cb11
1 parent
73f9474b
Exists in
master
and in
4 other branches
Better styling for event pre block
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
app/assets/stylesheets/sections/events.scss
| @@ -53,6 +53,13 @@ | @@ -53,6 +53,13 @@ | ||
| 53 | margin-top: 5px; | 53 | margin-top: 5px; |
| 54 | margin-left: 40px; | 54 | margin-left: 40px; |
| 55 | 55 | ||
| 56 | + pre { | ||
| 57 | + border: none; | ||
| 58 | + background: #f9f9f9; | ||
| 59 | + border-radius: 0; | ||
| 60 | + color: #555; | ||
| 61 | + } | ||
| 62 | + | ||
| 56 | .note-file-attach { | 63 | .note-file-attach { |
| 57 | .note-image-attach { | 64 | .note-image-attach { |
| 58 | margin-top: 4px; | 65 | margin-top: 4px; |