Skip to content
Snippets Groups Projects

Render plain README using Markup viewer so it is displayed below tree

Merged Douwe Maan requested to merge dm-render-plain-readme into master
2 files
+ 10
8
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -139,6 +139,15 @@
@@ -139,6 +139,15 @@
line-height: 1.6em;
line-height: 1.6em;
overflow-x: auto;
overflow-x: auto;
border-radius: 2px;
border-radius: 2px;
 
 
 
&.plain-readme {
 
background: none;
 
border: none;
 
padding: 0;
 
margin: 0;
 
font-size: 14px;
 
}
}
}
p > code {
p > code {
@@ -279,14 +288,6 @@ h6 {
@@ -279,14 +288,6 @@ h6 {
/** CODE **/
/** CODE **/
pre {
pre {
font-family: $monospace_font;
font-family: $monospace_font;
&.plain-readme {
background: none;
border: none;
padding: 0;
margin: 0;
font-size: 14px;
}
}
}
code {
code {
Loading