]> git.mxchange.org Git - friendica.git/commitdiff
green icons for greenzero
authorFriendika <info@friendika.com>
Mon, 18 Jul 2011 23:42:39 +0000 (16:42 -0700)
committerFriendika <info@friendika.com>
Mon, 18 Jul 2011 23:42:39 +0000 (16:42 -0700)
boot.php
view/theme/greenzero/greenicons.png [new file with mode: 0644]
view/theme/greenzero/style.css

index 001e3a540059ca6fd61e2a283f0e3730003c03c6..0bf92c99e17ad077c872c622c3ef82cb82345f83 100644 (file)
--- 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 (file)
index 0000000..b20ac5c
Binary files /dev/null and b/view/theme/greenzero/greenicons.png differ
index 51fcc09aecaad387a981b65622ecf8a768db0eba..ab309930ceda38ce1603d5fc49689e51541be957 100644 (file)
@@ -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); }