Skip to content

Commit

Permalink
Merge pull request #5 from gnuj/ui-improvements
Browse files Browse the repository at this point in the history
UI Improvements
  • Loading branch information
MarcMoschSLUB authored May 10, 2023
2 parents 057b364 + 0078484 commit df25bd1
Show file tree
Hide file tree
Showing 3 changed files with 294 additions and 313 deletions.
15 changes: 4 additions & 11 deletions Resources/Private/Layouts/Default.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
<f:if condition="{settings.debugview}">
<style type="text/css">
// debug settings
div.one {color: black;}
div.fact {color: green;}
div.default {color: orange;}
p.headline {color: #666699;}
div.five {color: red;}
</style>
</f:if>
<html data-namespace-typo3-fluid="true" lang="en" xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers">

<div class="tx-slub-entityfacts">
<f:render section="main" />
<f:render section="main"/>
</div>

</html>
Loading

0 comments on commit df25bd1

Please sign in to comment.