feat(posts): remove folds
This commit is contained in:
parent
0e6cc1de7a
commit
ed0c3b7ab2
8 changed files with 49 additions and 111 deletions
|
|
@ -57,7 +57,6 @@ ul {
|
|||
}
|
||||
|
||||
.post {
|
||||
font-style: italic;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -77,7 +77,6 @@ li {
|
|||
|
||||
.post-article h2 {
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.post-article h3 {
|
||||
|
|
@ -98,14 +97,3 @@ li {
|
|||
/* override prism.js styles */
|
||||
font-size: 0.85em !important;
|
||||
}
|
||||
|
||||
.fold {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.fold-toggle {
|
||||
font-family: monospace;
|
||||
position: absolute;
|
||||
cursor: pointer;
|
||||
left: -25px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue