Externalize bookmarklet style

This commit is contained in:
NumEricR
2013-08-25 16:40:12 +02:00
parent b4f5c46ab0
commit a4990dd294
2 changed files with 8 additions and 1 deletions

View File

@ -229,6 +229,13 @@ a, a:hover, a:visited {
font-weight: bold;
}
#bookmarklet {
padding: 5px;
border: 1px dashed #808080;
background: #fff;
cursor: move;
}
footer {
clear: both;
}