forked from GNUsocial/gnu-social
Up to date
This commit is contained in:
parent
e55c9e559d
commit
7bb074898f
@ -127,6 +127,7 @@ font-weight:bold;
|
|||||||
address {
|
address {
|
||||||
float:left;
|
float:left;
|
||||||
margin-bottom:18px;
|
margin-bottom:18px;
|
||||||
|
margin-left:18px;
|
||||||
}
|
}
|
||||||
address .fn,
|
address .fn,
|
||||||
address .email {
|
address .email {
|
||||||
@ -316,7 +317,7 @@ padding:18px 4px 18px 18px;
|
|||||||
#form_notice {
|
#form_notice {
|
||||||
width:384px;
|
width:384px;
|
||||||
float:left;
|
float:left;
|
||||||
margin-left:86px;
|
margin-left:68px;
|
||||||
position:relative;
|
position:relative;
|
||||||
line-height:1;
|
line-height:1;
|
||||||
}
|
}
|
||||||
|
@ -83,16 +83,16 @@ background-repeat:no-repeat;
|
|||||||
background-position:0 45%;
|
background-position:0 45%;
|
||||||
}
|
}
|
||||||
#export_data li a.rss {
|
#export_data li a.rss {
|
||||||
background-image:url(../images/icons/icon_rss.jpg);
|
background-image:url(../../base/images/icons/icon_rss.jpg);
|
||||||
}
|
}
|
||||||
#export_data li a.atom {
|
#export_data li a.atom {
|
||||||
background-image:url(../images/icons/icon_atom.jpg);
|
background-image:url(../../base/images/icons/icon_atom.jpg);
|
||||||
}
|
}
|
||||||
#export_data li a.foaf {
|
#export_data li a.foaf {
|
||||||
background-image:url(../images/icons/icon_foaf.gif);
|
background-image:url(../../base/images/icons/icon_foaf.gif);
|
||||||
=}
|
=}
|
||||||
#export_data li a.export_vcard {
|
#export_data li a.export_vcard {
|
||||||
background-image:url(../images/icons/icon_vcard.gif);
|
background-image:url(../../base/images/icons/icon_vcard.gif);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user