line rotate bug fix
This commit is contained in:
@@ -4472,9 +4472,9 @@ div.messages {
|
||||
#main .node-chapitre.node-teaser .field-name-field-vignette {
|
||||
position: relative;
|
||||
float: left;
|
||||
padding: 3em;
|
||||
margin-top: -3.45em;
|
||||
margin-right: -1.5em;
|
||||
padding: 3.5em;
|
||||
margin-top: -4.025em;
|
||||
margin-right: -2em;
|
||||
margin-bottom: 0;
|
||||
margin-left: 0;
|
||||
background-size: contain;
|
||||
@@ -4509,8 +4509,8 @@ div.messages {
|
||||
#main .node-chapitre.node-teaser .line {
|
||||
z-index: -1;
|
||||
position: absolute;
|
||||
top: 2.5em;
|
||||
left: 5.5em;
|
||||
top: 3em;
|
||||
left: 6em;
|
||||
-webkit-transform-origin: top left;
|
||||
-ms-transform-origin: top left;
|
||||
transform-origin: top left;
|
||||
|
||||
Reference in New Issue
Block a user