Skip to content

Commit

Permalink
Styling price on homepage.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelclay committed Dec 1, 2012
1 parent 14afae1 commit 8dcc19c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions media/css/welcome.css
Original file line number Diff line number Diff line change
Expand Up @@ -483,9 +483,12 @@
}
.NB-welcome-pricing .NB-price {
float: right;
margin: 0;
padding: 0;
margin: -2px -6px;
padding: 2px 6px;
background-color: #E0E8F2;
border-radius: 8px;
line-height: 16px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.NB-pricing {
margin: 12px 0;
Expand Down

0 comments on commit 8dcc19c

Please sign in to comment.