Temporarily switch to a pinned version of grunt-cssjanus. This in turn temporarily pins cssjanus to a patched fork.

fixes #26181, #26182.

Built from https://develop.svn.wordpress.org/trunk@26610


git-svn-id: http://core.svn.wordpress.org/trunk@26500 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2013-12-04 16:39:19 +00:00
parent 3ca9da5974
commit 8a622c122c
2 changed files with 6 additions and 6 deletions

View File

@ -6360,7 +6360,7 @@ span.imgedit-scale-warn {
.theme-browser .theme {
cursor: pointer;
float: right;
margin: 0 0 96% 5%;
margin: 0 0 4% 5%;
position: relative;
width: 30%;
border: 1px solid #dedede;
@ -6601,7 +6601,7 @@ span.imgedit-scale-warn {
right: 0;
left: 0;
bottom: 0;
padding: 90% 0 0 0;
padding: 10% 0 0 0;
text-shadow: none;
border: 5px dashed rgba(0, 0, 0, 0.1);
-webkit-transition: opacity 0.2s ease-in-out;
@ -6812,7 +6812,7 @@ body.folded .theme-overlay .theme-wrap {
right: 0;
left: 0;
overflow: auto;
padding: 98% 4%;
padding: 2% 4%;
}
.theme-overlay .theme-about:after {
content: ".";
@ -9262,7 +9262,7 @@ a.rsswidget {
#login {
width: 320px;
padding: 92% 0 0;
padding: 8% 0 0;
margin: auto;
}
@ -11508,7 +11508,7 @@ li#wp-admin-bar-menu-toggle {
min-width: 49%;
}
#widgets-right #available-widgets .widget:nth-child(even) {
#widgets-left #available-widgets .widget:nth-child(even) {
float: left;
}

File diff suppressed because one or more lines are too long