Skip to content

Commit

Permalink
Moved all changes to cosmo.css into styles.less as per @valentine's p…
Browse files Browse the repository at this point in the history
…ointers;
  • Loading branch information
chernjie committed Oct 9, 2014
1 parent ce6bdd1 commit 8738623
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
23 changes: 0 additions & 23 deletions templates/css/cosmo.css
Original file line number Diff line number Diff line change
Expand Up @@ -7688,26 +7688,3 @@ img {
background-color: rgba(255, 255, 255, .6);
padding: 1em;
}

p, blockquote p
{
line-height: 1.5em;
}
.membership-tiers
{
margin-top: 1.5em;
}
.membership-tiers th
{
text-align: center;
}
.membership-tiers-tr-2
{
vertical-align: top;
}
.membership-tiers-tr-2 td
{
width: 32%;
text-align: center;
padding-bottom: 1em;
}
23 changes: 23 additions & 0 deletions templates/css/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,26 @@ h6,
font-size: 13px;
}
}

p, blockquote p
{
line-height: 1.5em;
}
.membership-tiers
{
margin-top: 1.5em;
th
{
text-align: center;
}
}
.membership-tiers-tr-2
{
vertical-align: top;
td
{
width: 32%;
text-align: center;
padding-bottom: 1em;
}
}

0 comments on commit 8738623

Please sign in to comment.