]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Changed QR-Code CSS (selector and attributes)
authorSébastien SAUVAGE <sebsauvage@sebsauvage.net>
Wed, 25 Sep 2013 12:58:47 +0000 (14:58 +0200)
committerSébastien SAUVAGE <sebsauvage@sebsauvage.net>
Wed, 25 Sep 2013 12:58:47 +0000 (14:58 +0200)
inc/shaarli.css

index 508398483676fe56418f8b4b519b51bbf89d2034..52a48208fb0ac3a0e5e7aa76d685bd90151e56e8 100644 (file)
@@ -316,7 +316,8 @@ text-shadow:2px 2px 1px #000000;
        background: #ffffff;
 }
 
-div.qrcode {
+div#permalinkQrcode {
+padding:20px;
 width:220px;
 height:220px;
 background-color: #ffffff;
@@ -465,4 +466,4 @@ div.dailyEntryDescription { font-size:10pt; }
 } 
 
 /* Highlight search results */
-.highlight { background-color: #FFFF33; }
\ No newline at end of file
+.highlight { background-color: #FFFF33; }