overflow: hidden;
border-left: 0px;
padding-left: 0px;
+ font-size: 13px;
+ line-height: normal;
}
.type-link .oembed, .type-video .oembed {
- font-size: inherit;
+ font-size: 18px;
+ font-weight: 300;
+ line-height: normal;
}
.type-link img, .type-video img {
/* position: absolute;
display: none;
}
+h2 {
+ line-height: normal;
+}
+
.wall-item-container .wall-item-content {
/* font-size: 14px; */
max-width: 660px;
transition: all 0.2s ease-in-out;
}
-/* .wall-item-container .wall-item-content a, */
+.wall-item-container .wall-item-content a,
.toplevel_item .fakelink,
.wall-item-container .fakelink {
color: black;
width: 200px;
}
.field input, .field textarea {
- width: 400px;
+ max-width: 400px;
}
.field textarea {
height: 100px;
.field.radio .field_help {
margin-left: 0px;
}
+aside form {
+ overflow-x: hidden;
+}
+aside form .field label {
+ float: inherit;
+}
#profile-edit-links-end {
clear: both;