markdown injects block elements so break out the version
This commit is contained in:
@@ -175,8 +175,8 @@
|
|||||||
<div ng-view id="ng-view" class="layout-content"></div>
|
<div ng-view id="ng-view" class="layout-content"></div>
|
||||||
|
|
||||||
<footer class="text-center ng-cloak">
|
<footer class="text-center ng-cloak">
|
||||||
<span class="text-muted" ng-bind-html="config.uiSpec.footer.body | markdown2html"></span>
|
<span class="text-muted" ng-bind-html="config.uiSpec.footer.body | markdown2html"></span>
|
||||||
<span class="text-muted pull-right"> v{{config.version}}</span>
|
<span class="version">v{{config.version}}</span>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -800,6 +800,17 @@ footer {
|
|||||||
color: #62bdfc;
|
color: #62bdfc;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.version {
|
||||||
|
position: fixed;
|
||||||
|
bottom: 5px;
|
||||||
|
right: 5px;
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.hand {
|
.hand {
|
||||||
|
|||||||
Reference in New Issue
Block a user