Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Homepage|Style: Tweaked positioning of Open HUB button
The new button uses an iframe with larger dimensions (still not equal
to the visual dimensions, though...).
  • Loading branch information
danij-deng committed Aug 20, 2014
1 parent ba23be2 commit c32cecc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions web/style.css
Expand Up @@ -6,8 +6,6 @@
p, h1, h2, h3, h4, h5, h6, h7, h8, h9 { margin-top: 0; }
dl, ol, ul { padding: 0; margin: 0; }

p { clear: both; }

/* fixes */
.clearfix { height: 1%; overflow: hidden; }

Expand Down Expand Up @@ -976,10 +974,11 @@ div.clear {
}

.ohloh-button {
margin-top: .4em;
/* The button is visually smaller than the defined dimensions of the iframe... */
margin-bottom: -14px;
margin-right: -14px;
height: 32px;
width: 148px;
position: relative;
top: 14px;
}

.google-plusone {
Expand Down

0 comments on commit c32cecc

Please sign in to comment.