green icons for greenzero

This commit is contained in:
Friendika 2011-07-18 16:42:39 -07:00
parent f3bd216112
commit 25b4aacf3b
3 changed files with 8 additions and 1 deletions

View File

@ -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 );

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View 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); }