Put meta info in a table

This commit is contained in:
Vit Brunner
2015-04-22 11:38:30 +02:00
parent cacf7d24ff
commit a8c3e130d8
2 changed files with 8 additions and 5 deletions
+4 -3
View File
@@ -22,9 +22,10 @@
.version-padded
.version-container.version-container-top
p
.text(ng-repeat="key in metaKeys")
em(ng-bind-html="key")
span(ng-bind-html="poemmeta[key]")
table
tr(ng-repeat="key in metaKeys")
td(ng-bind-html="key" class="key")
td(ng-bind-html="poemmeta[key]")
.pure-g-r(du-scrollspy ng-href="#section-{{$index + 1}}" offset="100px" ng-repeat="verse in verses" id="section-{{$index + 1}}")
.version(ng-repeat="version in verse")
+4 -2
View File
@@ -47,8 +47,10 @@ body
a
color: $dark
#section-meta em
margin-right: 10px
#section-meta .key
padding-right: 10px
font-style: italic
text-align: right
&:after
content: ": "