Skip to content

Commit

Permalink
Merge pull request #302 from mozillahispano/master
Browse files Browse the repository at this point in the history
Issue #173 La sección de Labs se rompe con el responsive
  • Loading branch information
stripTM committed Feb 8, 2016
2 parents 1eea586 + f0d99c5 commit 7f40ed8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions wp-content/themes/mozillahispano2/css/responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,29 @@ p.postmetadata {

}

/* Labs https://www.mozilla-hispano.org/labs/ */
body.page-template-labs-index-php #cuerpo {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
clear: both;
}
body.page-template-labs-index-php #cuerpo #post-363 {
order: 1;
width: 100%;
}
body.page-template-labs-index-php #cuerpo #ultimas-noticias {
float: inherit;
padding: 0 1em;
order: 2;
width: 100%;
}
body.page-template-labs-index-php #cuerpo #labs-sidebar {
float: inherit;
padding: 0 1em;
order: 3;
width: 100%;
}
}

/* TODO */
Expand Down Expand Up @@ -791,6 +814,7 @@ p.postmetadata {
display: none;
}
/* }}} */
/* Labs https://www.mozilla-hispano.org/labs/ */

}

Expand Down
2 changes: 1 addition & 1 deletion wp-content/themes/mozillahispano2/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ ul.listado-podcast li small {
background-image:url(./media/mh-labs.png);
background-position:18px 10px;
background-repeat:no-repeat;
height:120px;
min-height:120px;
padding-left:130px;
padding-top:40px;
}
Expand Down

0 comments on commit 7f40ed8

Please sign in to comment.