Some more CSS into mods.

This commit is contained in:
Thomas Willingham
2012-12-13 18:51:04 +00:00
parent 2a782597ba
commit de3d8ea8dd
6 changed files with 155 additions and 159 deletions

View File

@@ -0,0 +1,53 @@
#profile-vcard-break {
clear: both;
}
#profile-edit-links ul {
list-style-type: none;
}
#profile-edit-links li {
margin-top: 10px;
}
.fn {
padding: 0px 0px 5px 0px;
font-size: 120%;
font-weight: bold;
color: #dd0000;
}
.vcard .title {
margin-bottom: 5px;
margin-left: 12px;
}
.vcard dl {
clear: both;
}
#birthday-title {
float: left;
font-weight: bold;
}
#birthday-adjust {
float: left;
font-size: 75%;
margin-left: 10px;
}
#birthday-title-end {
clear: both;
}
.birthday-list {
margin-left: 15px;
}
#birthday-wrapper {
margin-bottom: 20px;
}