1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-02 19:27:52 +02:00

Blog Plugin as a part of Monstra CMS - Layout Updates #188

This commit is contained in:
Awilum
2014-01-09 23:05:09 +02:00
parent e08c17df4b
commit aabbb4461e

View File

@@ -20,6 +20,7 @@ body {
color:red;
}
/* Flat UI */
.form-control,
.btn,
.dropdown-menu,
@@ -36,6 +37,7 @@ code {
text-shadow: none;
}
/* Blog */
.monstra-blog-title {
margin-bottom: 0;
}
@@ -47,4 +49,8 @@ code {
.monstra-blog-post {
margin-bottom: 10px;
margin-top: 10px;
}
a.monstra-blog-tag {
text-decoration: none;
}