mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-07 21:56:39 +02:00
Blog Plugin as a part of Monstra CMS #188
This commit is contained in:
@@ -20,7 +20,6 @@ body {
|
|||||||
color:red;
|
color:red;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.form-control,
|
.form-control,
|
||||||
.btn,
|
.btn,
|
||||||
.dropdown-menu,
|
.dropdown-menu,
|
||||||
@@ -36,3 +35,16 @@ code {
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.monstra-blog-title {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.monstra-blog-title a {
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
|
.monstra-blog-post {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
Reference in New Issue
Block a user