some styles
This commit is contained in:
parent
a499b19957
commit
c082e08c16
1 changed files with 15 additions and 1 deletions
|
@ -35,6 +35,7 @@ body {
|
||||||
.post-content h2,
|
.post-content h2,
|
||||||
.post-content h3 {
|
.post-content h3 {
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
header.site-header {
|
header.site-header {
|
||||||
|
@ -73,6 +74,14 @@ article .post-content ol li,
|
||||||
margin-top: 29px;
|
margin-top: 29px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.image img {
|
||||||
|
border: 1px solid #cccccc;
|
||||||
|
}
|
||||||
|
|
||||||
|
caption {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
.page-content-home {
|
.page-content-home {
|
||||||
background-color: #e4e2dd;
|
background-color: #e4e2dd;
|
||||||
}
|
}
|
||||||
|
@ -347,10 +356,15 @@ nav#side-nav {
|
||||||
article .post-content p,
|
article .post-content p,
|
||||||
article .post-content ul li,
|
article .post-content ul li,
|
||||||
article .post-content ol li,
|
article .post-content ol li,
|
||||||
.home .post-excerpt p {
|
.home .post-excerpt p
|
||||||
|
{
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
caption {
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
.jumbotron {
|
.jumbotron {
|
||||||
background: rgba(141, 191, 66, .97)!important;
|
background: rgba(141, 191, 66, .97)!important;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue