styled items as to designed in origin, dt and dl properly aligned
This commit is contained in:
parent
f66e1fd99d
commit
2665737c4a
File diff suppressed because one or more lines are too long
|
@ -451,6 +451,26 @@ main {
|
|||
}
|
||||
//end hero
|
||||
|
||||
|
||||
//
|
||||
// omeka item presentation
|
||||
|
||||
.media-embeds,.media-list,#resource-values.stack {
|
||||
@include xy-cell(12);
|
||||
}
|
||||
|
||||
|
||||
.property {
|
||||
margin-left: 20vw;
|
||||
dt {
|
||||
float: left;
|
||||
margin-left: -20vw;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
}
|
||||
// end omeka item presentation
|
||||
|
||||
|
||||
// omeka specific styles
|
||||
#user-bar {
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue