Skip to content

Commit 481bdc7

Browse files
committed
css margins removed
1 parent d3b9af6 commit 481bdc7

File tree

1 file changed

+0
-50
lines changed

1 file changed

+0
-50
lines changed

css/email.css

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,10 @@ a:focus {
8585
}
8686

8787
.post {
88-
padding-bottom: 2em;
8988
}
9089
.post-title {
9190
font-size: 2em;
9291
color: #222;
93-
margin-bottom: 0.2em;
9492
}
9593
.post-avatar {
9694
border-radius: 50px;
@@ -102,54 +100,6 @@ a:focus {
102100
color: #444;
103101
line-height: 1.8em;
104102
}
105-
.post-meta {
106-
color: #999;
107-
font-size: 90%;
108-
margin: 0;
109-
}
110-
111-
.post-category {
112-
margin: 0 0.1em;
113-
padding: 0.3em 1em;
114-
color: #fff;
115-
background: #999;
116-
font-size: 80%;
117-
}
118-
.post-category-design {
119-
background: #5aba59;
120-
}
121-
.post-category-pure {
122-
background: #4d85d1;
123-
}
124-
.post-category-yui {
125-
background: #8156a7;
126-
}
127-
.post-category-js {
128-
background: #df2d4f;
129-
}
130-
131-
.post-images {
132-
margin: 1em 0;
133-
}
134-
.post-image-meta {
135-
margin-top: -3.5em;
136-
margin-left: 1em;
137-
color: #fff;
138-
text-shadow: 0 1px 1px #333;
139-
}
140-
141-
.footer {
142-
text-align: center;
143-
padding: 1em 0;
144-
}
145-
.footer a {
146-
color: #ccc;
147-
font-size: 80%;
148-
}
149-
.footer .pure-menu a:hover,
150-
.footer .pure-menu a:focus {
151-
background: none;
152-
}
153103

154104
@media (max-width: 767px) {
155105
.sidebar {

0 commit comments

Comments
 (0)