aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/shaarli.css
diff options
context:
space:
mode:
Diffstat (limited to 'inc/shaarli.css')
-rw-r--r--inc/shaarli.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/inc/shaarli.css b/inc/shaarli.css
index 50839848..52a48208 100644
--- a/inc/shaarli.css
+++ b/inc/shaarli.css
@@ -316,7 +316,8 @@ text-shadow:2px 2px 1px #000000;
316 background: #ffffff; 316 background: #ffffff;
317} 317}
318 318
319div.qrcode { 319div#permalinkQrcode {
320padding:20px;
320width:220px; 321width:220px;
321height:220px; 322height:220px;
322background-color: #ffffff; 323background-color: #ffffff;
@@ -465,4 +466,4 @@ div.dailyEntryDescription { font-size:10pt; }
465} 466}
466 467
467/* Highlight search results */ 468/* Highlight search results */
468.highlight { background-color: #FFFF33; } \ No newline at end of file 469.highlight { background-color: #FFFF33; }