forked from GNUsocial/gnu-social
Ticket 1029 -- Atom feed icon. Also updated the RSS icon to PNG version.
This commit is contained in:
parent
99fba4932d
commit
9abfe1848a
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
BIN
theme/base/images/icons/icon_atom.png
Normal file
BIN
theme/base/images/icons/icon_atom.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 820 B |
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
BIN
theme/base/images/icons/icon_rss.png
Normal file
BIN
theme/base/images/icons/icon_rss.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 777 B |
@ -140,18 +140,14 @@ background-repeat:no-repeat;
|
||||
background-position:0 45%;
|
||||
}
|
||||
#export_data li a.rss {
|
||||
background-image:url(../../base/images/icons/icon_rss.jpg);
|
||||
background-image:url(../../base/images/icons/icon_rss.png);
|
||||
}
|
||||
#export_data li a.atom {
|
||||
background-image:url(../../base/images/icons/icon_atom.jpg);
|
||||
background-image:url(../../base/images/icons/icon_atom.png);
|
||||
}
|
||||
#export_data li a.foaf {
|
||||
background-image:url(../../base/images/icons/icon_foaf.gif);
|
||||
}
|
||||
#export_data li a.export_vcard {
|
||||
background-image:url(../../base/images/icons/icon_vcard.gif);
|
||||
}
|
||||
|
||||
|
||||
.entity_edit a,
|
||||
.entity_send-a-message a,
|
||||
|
@ -140,18 +140,14 @@ background-repeat:no-repeat;
|
||||
background-position:0 45%;
|
||||
}
|
||||
#export_data li a.rss {
|
||||
background-image:url(../../base/images/icons/icon_rss.jpg);
|
||||
background-image:url(../../base/images/icons/icon_rss.png);
|
||||
}
|
||||
#export_data li a.atom {
|
||||
background-image:url(../../base/images/icons/icon_atom.jpg);
|
||||
background-image:url(../../base/images/icons/icon_atom.png);
|
||||
}
|
||||
#export_data li a.foaf {
|
||||
background-image:url(../../base/images/icons/icon_foaf.gif);
|
||||
}
|
||||
#export_data li a.export_vcard {
|
||||
background-image:url(../../base/images/icons/icon_vcard.gif);
|
||||
}
|
||||
|
||||
|
||||
.entity_edit a,
|
||||
.entity_send-a-message a,
|
||||
|
Loading…
Reference in New Issue
Block a user