aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-04 20:55:32 -0800
committerFriendika <info@friendika.com>2011-03-04 20:55:32 -0800
commit216f038456cae1016e030b33cac79f8ed690e366 (patch)
tree3db6bdcb57a3e68f24f7366da5d966a60bbb51a1 /view/theme
parent3c076b53fe0fb3d5e625b773a5e4723dece0a057 (diff)
downloadvolse-hubzilla-216f038456cae1016e030b33cac79f8ed690e366.tar.gz
volse-hubzilla-216f038456cae1016e030b33cac79f8ed690e366.tar.bz2
volse-hubzilla-216f038456cae1016e030b33cac79f8ed690e366.zip
icon changes, feed security improvements
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/duepuntozero/friendika-16.pngbin0 -> 699 bytes
-rw-r--r--view/theme/duepuntozero/style.css7
-rw-r--r--view/theme/loozah/friendika-16.pngbin0 -> 699 bytes
-rw-r--r--view/theme/loozah/style.css2
4 files changed, 5 insertions, 4 deletions
diff --git a/view/theme/duepuntozero/friendika-16.png b/view/theme/duepuntozero/friendika-16.png
new file mode 100644
index 000000000..1a742ecdc
--- /dev/null
+++ b/view/theme/duepuntozero/friendika-16.png
Binary files differ
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 158649933..bfe524b01 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -91,12 +91,13 @@ nav #site-location {
nav #banner {
display: block;
- padding-top: 10px;
+ padding-top: 14px;
position: absolute;
}
nav #banner #logo-text a {
- font-size: 44px;
+ font-size: 40px;
font-weight: bold;
+ margin-left: 3px;
color: #000000;
}
@@ -318,7 +319,7 @@ div.wall-item-content-wrapper.shiny {
input#dfrn-url {
float: left;
- background: url(ff-16.jpg) no-repeat;
+ background: url(friendika-16.png) no-repeat;
background-position: 2px center;
font-size: 17px;
padding-left: 21px;
diff --git a/view/theme/loozah/friendika-16.png b/view/theme/loozah/friendika-16.png
new file mode 100644
index 000000000..1a742ecdc
--- /dev/null
+++ b/view/theme/loozah/friendika-16.png
Binary files differ
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css
index 902e71be8..662df2528 100644
--- a/view/theme/loozah/style.css
+++ b/view/theme/loozah/style.css
@@ -452,7 +452,7 @@ nav {
input#dfrn-url {
float: left;
- background: url(ff-16.jpg) no-repeat;
+ background: url(friendika-16.png) no-repeat;
background-position: 2px center;
font-size: 17px;
padding-left: 21px;