diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-02-17 16:50:17 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-02-17 16:50:17 -0500 |
commit | 53f00a54adcd899f75e166edf54d124d6fcf0b24 (patch) | |
tree | 0c27f17d2315e34de18365bbfb34359e93c1756f | |
parent | e61425afc46ca6925ca1be6490394ac0eb8147f3 (diff) |
Style tweaks to index updates
-rw-r--r-- | index.html | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -22,6 +22,10 @@ font-weight: bold; text-decoration: underline; } + + .alert p { + margin: 0; + } .hero-unit, .thumbnail { background-color: #eee; @@ -133,11 +137,11 @@ <div class="alert alert-info"> - <p>17 Feb: Updated to the <a target="_blank" href="http://www.markdotto.com/2012/02/17/bootstrap-2-0-1-released/">newly released</a> Bootstrap 2.0.1. Previous versions can be downloaded from <a target="_blank" href="https://github.com/thomaspark/bootswatch/downloads">GitHub</a>.</p> + <p><strong>17 Feb:</strong> Updated to the <a target="_blank" href="http://www.markdotto.com/2012/02/17/bootstrap-2-0-1-released/">newly released</a> Bootstrap 2.0.1. Previous versions can be downloaded from <a target="_blank" href="https://github.com/thomaspark/bootswatch/downloads">GitHub</a>.</p> - <p>16 Feb: Follow the <a target="_blank" href="http://feeds.feedburner.com/bootswatch">RSS feed</a> or the <a target="_blank" href="http://feedburner.google.com/fb/a/mailverify?uri=bootswatch&loc=en_US">email list</a> to get alerted when new swatches are released.</p> + <p><strong>16 Feb:</strong> Follow the <a target="_blank" href="http://feeds.feedburner.com/bootswatch">RSS feed</a> or the <a target="_blank" href="http://feedburner.google.com/fb/a/mailverify?uri=bootswatch&loc=en_US">email list</a> to get notified when new swatches are released.</p> - <p>14 Feb: Visit the <a target="_blank" onclick="pageTracker._link(this.href); return false;" href=" http://thomaspark.me/2012/02/introducing-bootswatch/">blog post</a> that discusses Bootswatch in more detail.</p> + <p><strong>14 Feb:</strong> Visit the <a target="_blank" onclick="pageTracker._link(this.href); return false;" href=" http://thomaspark.me/2012/02/introducing-bootswatch/">blog post</a> that discusses Bootswatch in more detail.</p> </div> @@ -197,7 +201,7 @@ <div class="span4"> <img src="img/glyphicons_032_wifi_alt.png"> <h3>Stay Updated</h3> - <p>Get alerted when new swatches are released by subscribing to the <a target="_blank" href="http://feeds.feedburner.com/bootswatch">RSS feed</a> or the <a target="_blank" href="http://feedburner.google.com/fb/a/mailverify?uri=bootswatch&loc=en_US">email list</a>.</p> + <p>Be notified when new swatches are released by subscribing to the <a target="_blank" href="http://feeds.feedburner.com/bootswatch">RSS feed</a> or <a target="_blank" href="http://feedburner.google.com/fb/a/mailverify?uri=bootswatch&loc=en_US">email list</a>.</p> </div> </div> |