Skip to content

Commit

Permalink
fixed disqus margin-top
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiokim committed Nov 30, 2012
1 parent fa9ae0b commit fbe93fa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
23 changes: 14 additions & 9 deletions lib/bootstrap/css/haroopress.css
Expand Up @@ -5,6 +5,11 @@
iframe {
border: 0;
}

#disqus_thread {
margin-top: 20px;
}

/**
* layout
*/
Expand Down Expand Up @@ -100,14 +105,6 @@ ul.share li.google #___plusone_0 {
}


/* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */
@media (min-width: 980px) {
.subnav-fixed {
top: 0;
}
}


/**
* 아티클 목록
*/
Expand Down Expand Up @@ -201,4 +198,12 @@ ul.share li.google #___plusone_0 {
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
}​
}​


/* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */
@media (min-width: 980px) {
.subnav-fixed {
top: 0;
}
}

0 comments on commit fbe93fa

Please sign in to comment.