aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-01-18 18:55:05 +0100
committerWojtek Kosior <koszko@koszko.org>2022-01-18 19:28:11 +0100
commit046b8a7b3e7259bf451926732e6221076b1d4153 (patch)
tree3746d157139ba88f7c78a7d17cd97a6e5cf48a6a /html
parent17614206a6e23900e0ddd91c4e4e40ec08eaec99 (diff)
downloadbrowser-extension-046b8a7b3e7259bf451926732e6221076b1d4153.tar.gz
browser-extension-046b8a7b3e7259bf451926732e6221076b1d4153.zip
facilitate caching repository responses in content scripts
Diffstat (limited to 'html')
-rw-r--r--html/item_preview.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/item_preview.html b/html/item_preview.html
index c631f37..34ce6e1 100644
--- a/html/item_preview.html
+++ b/html/item_preview.html
@@ -38,13 +38,13 @@
#LOADCSS html/base.css
#LOADCSS html/grid.css
<style>
- .preview_main_div {
+ .item_preview_main_div {
margin: 1.3em 0.8em 1em 0.8em;
}
</style>
<template>
<div id="resource_preview" data-template="main_div"
- class="grid_2 grid_form preview_main_div">
+ class="grid_2 grid_form item_preview_main_div">
<h3 class="grid_col_both">resource preview</h3>
<label class="grid_col_1">identifier:</label>
<span data-template="identifier" class="grid_col_2">...</span>