Add mailing list sign up form to blog

This commit is contained in:
2017-08-29 18:18:02 -04:00
parent c419f953b5
commit b590422519
4 changed files with 66 additions and 1 deletions

View File

@@ -263,7 +263,7 @@ div.more-row {
div.pagination {
text-align: center;
margin-bottom: 10px;
margin-bottom: 20px;
}
div.rss {
@@ -366,6 +366,31 @@ a.rss img {
}
}
/*****************************************************************************/
/*
/* Subscribe form
/*
/*****************************************************************************/
.subscribe-form h3 {
margin-top: 10px;
margin-left: 10px;
}
.subscribe-form input {
margin: 10px;
}
.subscribe-form label {
margin-left: 10px;
}
.subscribe-form span.form-rss {
display: block;
margin-top: 20px;
margin-left: 10px;
}
/*****************************************************************************/
/*
/* Homepage