diff options
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/friendika-16.png | bin | 0 -> 699 bytes | |||
-rw-r--r-- | view/theme/duepuntozero/style.css | 7 | ||||
-rw-r--r-- | view/theme/loozah/friendika-16.png | bin | 0 -> 699 bytes | |||
-rw-r--r-- | view/theme/loozah/style.css | 2 |
4 files changed, 5 insertions, 4 deletions
diff --git a/view/theme/duepuntozero/friendika-16.png b/view/theme/duepuntozero/friendika-16.png Binary files differnew file mode 100644 index 000000000..1a742ecdc --- /dev/null +++ b/view/theme/duepuntozero/friendika-16.png 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 Binary files differnew file mode 100644 index 000000000..1a742ecdc --- /dev/null +++ b/view/theme/loozah/friendika-16.png 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; |