mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-09 11:34:24 +08:00
Put meta info in a table
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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: ": "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user