diff options
| author | 2019-08-14 15:16:06 +0200 | |
|---|---|---|
| committer | 2019-08-14 15:16:06 +0200 | |
| commit | cb318740851672292227b7376434451684ae0360 (patch) | |
| tree | 0602ba84df7900bb0873f4358a4b91712e7ad2f8 /p/themes/base-theme | |
| parent | 49e1a2c579757994ae4ed5994339bd58a09238db (diff) | |
Added option to display authors under article titles (#2487)
This feature is particularly useful to display authors underneath scientific articles.
Diffstat (limited to 'p/themes/base-theme')
| -rw-r--r-- | p/themes/base-theme/template.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index 226d06f59..42e08be65 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -569,6 +569,12 @@ a.btn { color: #000; text-decoration: none; } +.flux .item.author { + color: #555; + font-size: .7rem; + font-weight: normal; + white-space: normal; +} .flux .item.date { width: 155px; text-align: right; |
