Skip to content

Commit 8738623

Browse files
committed
Moved all changes to cosmo.css into styles.less as per @valentine's pointers;
1 parent ce6bdd1 commit 8738623

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

templates/css/cosmo.css

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7688,26 +7688,3 @@ img {
76887688
background-color: rgba(255, 255, 255, .6);
76897689
padding: 1em;
76907690
}
7691-
7692-
p, blockquote p
7693-
{
7694-
line-height: 1.5em;
7695-
}
7696-
.membership-tiers
7697-
{
7698-
margin-top: 1.5em;
7699-
}
7700-
.membership-tiers th
7701-
{
7702-
text-align: center;
7703-
}
7704-
.membership-tiers-tr-2
7705-
{
7706-
vertical-align: top;
7707-
}
7708-
.membership-tiers-tr-2 td
7709-
{
7710-
width: 32%;
7711-
text-align: center;
7712-
padding-bottom: 1em;
7713-
}

templates/css/styles.less

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,26 @@ h6,
104104
font-size: 13px;
105105
}
106106
}
107+
108+
p, blockquote p
109+
{
110+
line-height: 1.5em;
111+
}
112+
.membership-tiers
113+
{
114+
margin-top: 1.5em;
115+
th
116+
{
117+
text-align: center;
118+
}
119+
}
120+
.membership-tiers-tr-2
121+
{
122+
vertical-align: top;
123+
td
124+
{
125+
width: 32%;
126+
text-align: center;
127+
padding-bottom: 1em;
128+
}
129+
}

0 commit comments

Comments
 (0)