Skip to content

Commit

Permalink
メイン画像直下にウィジェットエリア追加
Browse files Browse the repository at this point in the history
  • Loading branch information
kurudrive committed Dec 7, 2016
1 parent 77ce980 commit a58e171
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
9 changes: 8 additions & 1 deletion _scss/_style_bizvektor_common.scss
Expand Up @@ -126,6 +126,7 @@ form#searchform input#s { padding:6px 5px;}
}
.sideWidget .tagcloud { margin-top:10px; }
}

/*-------------------------------------------*/
/* .subPostListSection
/*-------------------------------------------*/
Expand Down Expand Up @@ -262,4 +263,10 @@ html[xmlns] .slides{ display:block }
.flex-control-nav,
.flex-direction-nav li .next,
.flex-direction-nav li .prev { display:none; }
}
}

/*-------------------------------------------*/
/* front-page
/*-------------------------------------------*/
#main #container .content.wide.top_after_image_widget_area { padding-bottom:0; }

5 changes: 5 additions & 0 deletions css/bizvektor_common.css
Expand Up @@ -205,6 +205,11 @@ span.wpcf7-not-valid-tip::after, div.wpcf7-validation-errors::after { content: "
.flex-control-nav li a.active { background-position: 0 -27px; cursor: default; }

@media (max-width: 970px) { .flex-control-nav, .flex-direction-nav li .next, .flex-direction-nav li .prev { display: none; } }
/*-------------------------------------------*/
/* front-page
/*-------------------------------------------*/
#main #container .content.wide.top_after_image_widget_area { padding-bottom: 0; }

/* BizVektorOptions 0.1.1.1
/*-------------------------------------------*/
.leadTxt, #content p.leadTxt { font-size: 2em; line-height: 150%; padding: 0; }
Expand Down

0 comments on commit a58e171

Please sign in to comment.