diff options
-rw-r--r-- | boot.php | 2 | ||||
-rw-r--r-- | view/theme/greenzero/greenicons.png | bin | 0 -> 11888 bytes | |||
-rw-r--r-- | view/theme/greenzero/style.css | 7 |
3 files changed, 8 insertions, 1 deletions
@@ -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 Binary files differnew file mode 100644 index 000000000..b20ac5c0d --- /dev/null +++ b/view/theme/greenzero/greenicons.png 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); } |