summaryrefslogtreecommitdiff
path: root/ext/fg
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-06-25 21:14:39 -0700
committerAlex Yatskov <alex@foosoft.net>2017-06-25 21:14:39 -0700
commit5e72c387ccf37501d79536c8dde4d96fd15c6a3e (patch)
treee2249e70c675dd4393d09779503eb244b1174664 /ext/fg
parent8f850055a50c949b7494b38343111bc0c169cff7 (diff)
fix result page for no items found
Diffstat (limited to 'ext/fg')
-rw-r--r--ext/fg/frame.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/frame.html b/ext/fg/frame.html
index 43f46d33..c20745af 100644
--- a/ext/fg/frame.html
+++ b/ext/fg/frame.html
@@ -7,7 +7,7 @@
<link rel="stylesheet" href="/mixed/lib/bootstrap/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="/mixed/css/frame.css">
<style type="text/css">
- .entry {
+ .entry, .note {
padding-left: 10px;
padding-right: 10px;
}