Skip to content

Commit

Permalink
index: move sponsor to own row
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Jan 26, 2013
1 parent 492b635 commit c942f18
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
11 changes: 8 additions & 3 deletions css/bootswatch.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ section {
width: 16px;
}

h3 {
text-align: center;
font-size: 20px;
}

#ticker {
margin-bottom: 40px;
}
Expand All @@ -155,7 +160,8 @@ section {
}

.about h3 {
margin: 0 0 5px 35px;
margin: 0 0 0 35px;
text-align: left;
}

.about img {
Expand All @@ -165,9 +171,7 @@ section {
}

#gallery {
margin: 45px 0 30px 0;
padding-right: 20px;
text-align: center;
}

.thumbnail {
Expand All @@ -187,6 +191,7 @@ section {
}

.thumbnail h3 {
text-align: left;
margin-bottom: 0;
}

Expand Down
13 changes: 8 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,16 +146,19 @@ <h3>Stay Updated</h3>
</div>

<div class="row">
<div class="span12">
<h1 id="gallery">Gallery</h1>
<div class="span6 offset3">
<h3>Sponsor</h1>
<div class="thumbnail"><div id="bsap_1277971" class="bsarocks bsap_c466df00a3cd5ee8568b5c4983b6bb19"></div></div>
</div>
</div>

<div class="row">

<div class="span4">
<div class="thumbnail"><div id="bsap_1277971" class="bsarocks bsap_c466df00a3cd5ee8568b5c4983b6bb19"></div></div>
<div class="span12">
<h3 id="gallery">Gallery</h3>
</div>
</div>

<div class="row">

<div class="span4">
<div class="thumbnail">
Expand Down

0 comments on commit c942f18

Please sign in to comment.