Skip to content

Commit

Permalink
Merge pull request #3 from ctshryock/style-tweak
Browse files Browse the repository at this point in the history
Minor style tweaks
  • Loading branch information
smith committed Sep 8, 2011
2 parents 411d2fc + 5f02802 commit d61925a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CollegeFootball.wdgt/index.html
Expand Up @@ -20,7 +20,7 @@
<img id="logo" src="images/blank.png" />
<h1></h1>
</header>
<table></table>
<table cellpadding="0" cellspacing="0"></table>
<div class="flipper" style="display:none"><a href="#">i</a></div>
</div>
<div id="back">
Expand Down
2 changes: 1 addition & 1 deletion CollegeFootball.wdgt/style.css
Expand Up @@ -26,7 +26,7 @@ ul li a { text-align: center; font-size: 12px; margin: 12px; border-bottom: 1px
header { white-space: nowrap; }
table { width: 100%; margin-top: 18px 0; font-size: 12px; }
tr:last-child td { border-bottom: none; }
td { width: 33%; border-bottom: 1px dotted; padding: 4px 0; white-space: nowrap; }
td { width: 33%; border-bottom: 1px solid #666; padding: 4px 0; white-space: nowrap; }

#front {
background: black;
Expand Down

0 comments on commit d61925a

Please sign in to comment.