Skip to content

Commit

Permalink
Added style for tweet topics.
Browse files Browse the repository at this point in the history
  • Loading branch information
schneidy committed Apr 11, 2012
1 parent 13fa3bd commit 15536f8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion SuperTuesdayTweets/css/style.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ nav li:hover{
float: left; float: left;
margin-top: 50px; margin-top: 50px;
margin-left: 60px; margin-left: 60px;
width: 150px; width: 250px;
} }




Expand All @@ -57,4 +57,14 @@ nav li:hover{
stroke-width: 1.5px; stroke-width: 1.5px;
} }


.twitTopics{
-moz-column-count: 2;
-moz-column-gap: px;
-webkit-column-count: 2;
-webkit-column-gap: px;
column-count: 2;
column-gap: px;

}



0 comments on commit 15536f8

Please sign in to comment.