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

File diff suppressed because one or more lines are too long