diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-01-13 18:07:06 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-01-14 14:57:24 -0800 |
commit | 48e8c61a89781df02727dbd843d7792af6e6c0de (patch) | |
tree | bff171c88796a4c6a201a3a5bb2cad11c67279e3 /fatcat_scholar/templates/base.html | |
parent | 6b88ede6b74301afbd12ff616fe806d2c5e7784b (diff) | |
download | fatcat-scholar-48e8c61a89781df02727dbd843d7792af6e6c0de.tar.gz fatcat-scholar-48e8c61a89781df02727dbd843d7792af6e6c0de.zip |
serp: expand abstracts using <details>
This isn't very polished, but a start, and uses no javascript.
Diffstat (limited to 'fatcat_scholar/templates/base.html')
-rw-r--r-- | fatcat_scholar/templates/base.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index 8ac8096..138940d 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -74,6 +74,16 @@ line-height: 1.28571429em; } + .serp-hit-box details > summary { + list-style-type: none; + color: #28629c; + text-decoration: underline; + margin-left: 0.3em; + } + .serp-hit-box details > summary::-webkit-details-marker { + display: none; + } + {# fix RTL dividers #} {% if locale in ['ar'] %} .ui.divided.grid:not([class*="vertically divided"])>.column:not(.row), .ui.divided.grid:not([class*="vertically divided"])>.row>.column { |