Commit 6393757707d5686b79be789303cd7cdbbf09cb11

Authored by Dmitriy Zaporozhets
1 parent 73f9474b

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 53 margin-top: 5px;
54 54 margin-left: 40px;
55 55  
  56 + pre {
  57 + border: none;
  58 + background: #f9f9f9;
  59 + border-radius: 0;
  60 + color: #555;
  61 + }
  62 +
56 63 .note-file-attach {
57 64 .note-image-attach {
58 65 margin-top: 4px;
... ...