Skip to content

Commit 9cf8d8f

Browse files
committed
fixes owncloud#439: Added styles for code-block
1 parent 2423016 commit 9cf8d8f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

css/notes.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,12 @@
141141
z-index: -1;
142142
border-top: 1px solid rgba(120, 120, 120, 0.5);
143143
}
144+
.mdedit .code-block {
145+
background: rgba(120, 120, 120, 0.1);
146+
padding: 0 0.5em;
147+
margin: 0.5em 0;
148+
display: block;
149+
}
144150

145151

146152
/* hanging punctuation */

0 commit comments

Comments
 (0)