Skip to content

Commit 9992c06

Browse files
committed
moved citation css to Headstart
1 parent 555f870 commit 9992c06

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

vis/stylesheets/modules/_modal.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,3 +386,13 @@ h5 {
386386
margin-top: 5px;
387387
font-style: italic;
388388
}
389+
390+
.citation {
391+
display: block;
392+
padding: 10px;
393+
background-color: rgba(239,243,244,1);
394+
hyphens: none;
395+
border-radius: 3px;
396+
-moz-border-radius: 3px;
397+
word-break: break-word;
398+
}

0 commit comments

Comments
 (0)