Added D4Science template customisation

enunciate_integration
Francesco Mangiacrapa 2 years ago
parent 35f6cd7a06
commit 59fec81441

@ -26,6 +26,11 @@
<!-- REPLACE THE {YOUR_APPLICATION_NAME} WITH YOUR APPLICATION NAME. E.g.
/gcat, /uri-resolver /> -->
<!-- <swagger basePath="[YOUR_APPLICATION-NAME]" /> -->
<docs
freemarkerTemplate="${project.basedir}/src/main/resources/META-INF/d4science_docs.fmt">
<additional-css
file="${project.basedir}/src/main/resources/META-INF/d4science_enunciate_custom.css" />
</docs>
</modules>
</enunciate>

File diff suppressed because it is too large Load Diff

@ -0,0 +1,25 @@
.d4science_intro {
top: 0;
z-index: 2000;
position: fixed;
display: block ruby;
padding: 10px;
background: white;
width: 100%;
}
.navbar-fixed-top {
top: 100px !important;
}
.sidebar {
top: 160px !important;
}
.navbar {
margin-bottom: 40px !important;
}
.main {
top: 90px;
}
Loading…
Cancel
Save