personal config storage, template the vcard profile, logging failed uri's to help track down transient dreamhost issues
This commit is contained in:
parent
46bc84b2f2
commit
78d8bcbc60
7 changed files with 266 additions and 7 deletions
|
@ -188,7 +188,7 @@ img.photo {
|
|||
|
||||
.heart {
|
||||
color: #FF0000;
|
||||
font-size: 120%;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
aside {
|
||||
|
@ -1893,4 +1893,21 @@ a.mail-list-link {
|
|||
|
||||
#search-box {
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
.location-label, .gender-label, .marital-label, .homepage-label {
|
||||
float: left;
|
||||
text-align: right;
|
||||
display: block;
|
||||
width: 65px;
|
||||
}
|
||||
|
||||
.adr, .x-gender, .marital-text, .homepage-url {
|
||||
float: left;
|
||||
display: block;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.profile-clear {
|
||||
clear: both;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue