Skip to content
Snippets Groups Projects
Verified Commit 55782a95 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

fix welcome background

parent 3dc4e543
No related branches found
No related tags found
2 merge requests!36merge f-boot-tour to dev,!31remove xs
Pipeline #7400 passed with warnings
......@@ -69,6 +69,9 @@
<xsl:call-template name="caosdb-head-js" />
</head>
<body>
<xsl:if test="count(/Response/*)&lt;3 and not(/Response/Error|/Response/Info|/Response/Warning)">
<xsl:attribute name="class">caosdb-welcome</xsl:attribute>
</xsl:if>
<div class="background d-flex flex-column">
<xsl:call-template name="caosdb-tour-toc" />
<xsl:call-template name="caosdb-top-navbar" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment