Skip to content

Commit

Permalink
acerta tamanho na listagem de amterias do especial
Browse files Browse the repository at this point in the history
  • Loading branch information
willowmagrini committed Jul 23, 2018
1 parent f2b02cf commit 4c0c743
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions content/lista-especiais.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="main-post-social">
<div class="postholder">
<article class="post-default has-thumb">
<figure class="col-md-4 col-sm-12 no-padding post-thumbnail">
<figure class="col-md-3 col-sm-12 no-padding post-thumbnail">

<div class="col-md-12 social-icons-post">
<?php eol_share_overlay();?>
Expand All @@ -22,7 +22,7 @@
?>
</a>
</figure><!-- .col-md-5 pull-left thumbnail -->
<div class="col-md-8 post-content">
<div class="col-md-9 post-content">
<?php if ( ! is_singular( 'post') ) {
$terms = wp_get_post_terms( get_the_ID(), 'editorias' );
// if( $terms ) {
Expand Down
2 changes: 1 addition & 1 deletion inc/widgets/class-widget-live.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function __construct() {
public function widget( $args, $instance ) {
/** This filter is documented in wp-includes/default-widgets.php */
$title = apply_filters( 'widget_title', empty( $instance['title'] ) ? '' : $instance['title'], $instance, $this->id_base );
$text = esc_attr( $instance[ 'text' ] );
$text = esc_attr( empty( $instance['text'] ) ? '' : $instance['text'] );
$classes = esc_attr( $instance[ 'classes' ] );
$url = esc_url_raw( $instance[ 'url'] );
/**
Expand Down

0 comments on commit 4c0c743

Please sign in to comment.