green icons for greenzero
This commit is contained in:
parent
f3bd216112
commit
25b4aacf3b
2
boot.php
2
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 );
|
||||
|
||||
|
|
BIN
view/theme/greenzero/greenicons.png
Normal file
BIN
view/theme/greenzero/greenicons.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
|
@ -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); }
|
||||
|
|
Loading…
Reference in a new issue