css and removing the "left" and "right" classes from templates
This commit is contained in:
@ -32,16 +32,14 @@ body {
|
||||
font-size: 100% !important;
|
||||
}
|
||||
|
||||
.field--type-entity-reference-revisions .field__items {
|
||||
margin-left: 2em;
|
||||
.field.field--type-entity-reference {
|
||||
margin: inherit;
|
||||
}
|
||||
|
||||
.field--type-entity-reference-revisions .field__items .field{
|
||||
margin-top: 0;
|
||||
}
|
||||
.field--type-entity-reference-revisions .field__items .paragraph{
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
.field {
|
||||
width: 30%;
|
||||
display: inline-block;
|
||||
padding: 0.4em;
|
||||
}
|
||||
|
||||
/* remove this confusing thing from user creation page */
|
||||
|
Reference in New Issue
Block a user