aboutsummaryrefslogtreecommitdiff
path: root/www/themes
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2015-01-21 22:05:12 +0100
committerChristian Weiske <cweiske@cweiske.de>2015-01-21 22:05:12 +0100
commit11e56e586189b52393875155e3c077ab0f83defd (patch)
tree7f8dd98def7dc38f69e74832bd187146b4e15ba6 /www/themes
parentf6902bc09d8ef5b1df8090b6d2b54f0d91d27c10 (diff)
downloadsemanticscuttle-11e56e586189b52393875155e3c077ab0f83defd.tar.gz
semanticscuttle-11e56e586189b52393875155e3c077ab0f83defd.tar.bz2
Integrate Firefox Social API for bookmarking
Diffstat (limited to 'www/themes')
-rw-r--r--www/themes/default/images/logo-empty.pngbin0 -> 1639 bytes
-rw-r--r--www/themes/default/scuttle.css3
2 files changed, 2 insertions, 1 deletions
diff --git a/www/themes/default/images/logo-empty.png b/www/themes/default/images/logo-empty.png
new file mode 100644
index 0000000..4590098
--- /dev/null
+++ b/www/themes/default/images/logo-empty.png
Binary files differ
diff --git a/www/themes/default/scuttle.css b/www/themes/default/scuttle.css
index 12a88fc..c9d7293 100644
--- a/www/themes/default/scuttle.css
+++ b/www/themes/default/scuttle.css
@@ -110,7 +110,8 @@ html > body h1 {
padding-left: 75px;
}
html > body div#header.popup h1 {
- background: url('images/logo_24.gif') no-repeat 10px;
+ background: url('images/logo.png') no-repeat 10px;
+ background-size: 24px;
padding: 0.5em 0.5em 0.5em 50px;
}
/*html > body div#header #welcome {