diff booket.css @ 7:a1a934adff8d version-2

Add support for favicons
author Guido Berhoerster <guido+booket@berhoerster.name>
date Sun, 14 Sep 2014 23:12:37 +0200
parents e9ad4c625b7a
children 948048e40fab
line wrap: on
line diff
--- a/booket.css	Wed Sep 10 19:45:23 2014 +0200
+++ b/booket.css	Sun Sep 14 23:12:37 2014 +0200
@@ -63,6 +63,10 @@
     white-space: nowrap;
 }
 
+img {
+    border: none;
+}
+
 h1 {
     font-size: 2em;
     margin: .67em 0
@@ -130,6 +134,11 @@
     margin: 1em 0 0 0;
 }
 
+form.bookmark-editor-form img.bookmark-favicon {
+    display: block;
+    padding: 1px 0;
+}
+
 #bookmarklet,
 #keyboard-shortcuts {
     float: right;