feature_23113 #4
|
@ -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…
Reference in New Issue