Made it so index.html in permalink is now an option in the config file. Made lots of other general improvements to the customjavascript.js file and various other parts of theme.
This commit is contained in:
@ -83,8 +83,10 @@ body h1 {margin-top:40px;}
|
||||
|
||||
.post-content img {
|
||||
margin: 12px 0px 3px 0px;
|
||||
max-width: 100%;
|
||||
|
||||
width: auto;
|
||||
height: auto;
|
||||
max-width: 630px;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
.post-content ol li, .post-content ul li {
|
||||
@ -659,4 +661,4 @@ div#toc ul li ul li {list-style-type:none;}
|
||||
background-color: #FAFAFA;
|
||||
}
|
||||
|
||||
span.tagTitle {font-weight: 500;}
|
||||
span.tagTitle {font-weight: 500;}
|
Reference in New Issue
Block a user