aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--boot.php2
-rw-r--r--view/theme/greenzero/greenicons.pngbin0 -> 11888 bytes
-rw-r--r--view/theme/greenzero/style.css7
3 files changed, 8 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 001e3a540..0bf92c99e 100644
--- a/boot.php
+++ b/boot.php
@@ -1,6 +1,6 @@
<?php
-define ( 'FRIENDIKA_VERSION', '2.2.1044' );
+define ( 'FRIENDIKA_VERSION', '2.2.1045' );
define ( 'DFRN_PROTOCOL_VERSION', '2.21' );
define ( 'DB_UPDATE_VERSION', 1075 );
diff --git a/view/theme/greenzero/greenicons.png b/view/theme/greenzero/greenicons.png
new file mode 100644
index 000000000..b20ac5c0d
--- /dev/null
+++ b/view/theme/greenzero/greenicons.png
Binary files differ
diff --git a/view/theme/greenzero/style.css b/view/theme/greenzero/style.css
index 51fcc09ae..ab309930c 100644
--- a/view/theme/greenzero/style.css
+++ b/view/theme/greenzero/style.css
@@ -12,6 +12,13 @@ a:hover {text-decoration: underline; }
color: #ffffff;
}
+.icon {
+ display: block; width: 16px; height: 16px;
+ background-image: url('greenicons.png');
+}
+
+
+
body { background-image: url(head.jpg); }
aside( background-image: url(border.jpg); }
section { background-image: url(border.jpg); }