Initial release
This commit is contained in:
20
custom/public/assets/css/renderers.css
Normal file
20
custom/public/assets/css/renderers.css
Normal file
@@ -0,0 +1,20 @@
|
||||
.file-view.markup .full_width {
|
||||
width: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.file-view.markup.kicad_sch,
|
||||
.file-view.markup.kicad_pcb,
|
||||
.file-view.markup.libreoffice
|
||||
{
|
||||
background-color: rgba(127, 127, 127, 0.05);
|
||||
}
|
||||
|
||||
.file-view.markup .page {
|
||||
background-color: white;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.file-view.markup .page + .page {
|
||||
margin-top: 1em;
|
||||
}
|
0
custom/public/assets/img/.gitkeep
Normal file
0
custom/public/assets/img/.gitkeep
Normal file
Reference in New Issue
Block a user