Equal margins for plugin icons. see #28785.
Built from https://develop.svn.wordpress.org/trunk@29587 git-svn-id: http://core.svn.wordpress.org/trunk@29361 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bb4db92621
commit
fa120992e4
|
@ -1380,7 +1380,7 @@ div.action-links,
|
||||||
width: 128px;
|
width: 128px;
|
||||||
height: 128px;
|
height: 128px;
|
||||||
float: right;
|
float: right;
|
||||||
margin: 0 0 1em 1em;
|
margin: 0 0 20px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ms */
|
/* ms */
|
||||||
|
|
|
@ -1380,7 +1380,7 @@ div.action-links,
|
||||||
width: 128px;
|
width: 128px;
|
||||||
height: 128px;
|
height: 128px;
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0 1em 1em 0;
|
margin: 0 20px 20px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ms */
|
/* ms */
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue