Add news support to website theme
All checks were successful
Builds / ExectOS WebSite (push) Successful in 31s
All checks were successful
Builds / ExectOS WebSite (push) Successful in 31s
This commit is contained in:
@@ -224,6 +224,48 @@ pre code {
|
||||
text-align : center;
|
||||
}
|
||||
|
||||
.news_author {
|
||||
color : #999999;
|
||||
float : left;
|
||||
}
|
||||
|
||||
.news_date {
|
||||
color : #999999;
|
||||
float : right;
|
||||
}
|
||||
|
||||
.news_info {
|
||||
margin-top : -1em;
|
||||
margin-bottom : 3em;
|
||||
}
|
||||
|
||||
.news_intro {
|
||||
margin-bottom : 50px;
|
||||
margin-left : -1em;
|
||||
text-align : justify;
|
||||
}
|
||||
|
||||
.pagination {
|
||||
margin : 0px;
|
||||
padding : 0 0 0 0;
|
||||
text-align : center;
|
||||
}
|
||||
|
||||
.pagination a {
|
||||
text-decoration : none;
|
||||
}
|
||||
|
||||
.pagination li {
|
||||
display : inline;
|
||||
margin-left : 100px;
|
||||
}
|
||||
|
||||
.pagination ul {
|
||||
margin : 0px;
|
||||
padding : 0px;
|
||||
text-align : center;
|
||||
}
|
||||
|
||||
.wrapper_content {
|
||||
margin-bottom : 2.5em;
|
||||
padding : 6em 0 0 0;
|
||||
|
Reference in New Issue
Block a user