Mercurial > projects > booket
comparison 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 |
comparison
equal
deleted
inserted
replaced
6:e9ad4c625b7a | 7:a1a934adff8d |
---|---|
61 border-radius: .25em; | 61 border-radius: .25em; |
62 padding: .125em .5em; | 62 padding: .125em .5em; |
63 white-space: nowrap; | 63 white-space: nowrap; |
64 } | 64 } |
65 | 65 |
66 img { | |
67 border: none; | |
68 } | |
69 | |
66 h1 { | 70 h1 { |
67 font-size: 2em; | 71 font-size: 2em; |
68 margin: .67em 0 | 72 margin: .67em 0 |
69 } | 73 } |
70 | 74 |
126 display: none; | 130 display: none; |
127 } | 131 } |
128 | 132 |
129 #actions form ~ form { | 133 #actions form ~ form { |
130 margin: 1em 0 0 0; | 134 margin: 1em 0 0 0; |
135 } | |
136 | |
137 form.bookmark-editor-form img.bookmark-favicon { | |
138 display: block; | |
139 padding: 1px 0; | |
131 } | 140 } |
132 | 141 |
133 #bookmarklet, | 142 #bookmarklet, |
134 #keyboard-shortcuts { | 143 #keyboard-shortcuts { |
135 float: right; | 144 float: right; |