merge PR: enable ordered lists in styles.css (https://github.com/nodejh/hugo-theme-cactus-plus/pull/14)

feature/cover-image
nodejh 7 years ago
parent d02f27aa1d
commit 093a51edcf

@ -172,13 +172,10 @@ h2 {
nav.main-nav {
padding: 20px 20px 0;
/*max-width: 600px;*/
/*width:100%;*/
background: #fff;
background: rgba(255, 255, 255, .90);
margin: 0 auto;
text-align: right;
/*position: fixed;*/
z-index: 100;
}
@ -188,7 +185,6 @@ nav.main-nav a {
padding: 8px 12px;
color: #5badf0;
font-size: 13px;
/*font-weight: bold;*/
line-height: 1.35;
border-radius: 3px;
}
@ -463,7 +459,7 @@ thead th, th {
img {
width: 100%;
max-width: 100%;
max-width: 100%;ß
border-radius: 3px;
}
@ -484,7 +480,6 @@ Post List
=========================================== */
#post-list, #archive-list {
/*margin-top: 100px;*/
}
#post-list li, #archive-list li {
@ -497,7 +492,6 @@ Post List
#post-list li+li {
padding-top: 20px;
/*border-top: 1px solid #eee;*/
}
#post-list a {
@ -542,8 +536,6 @@ Post List
}
#footer {
/*box-shadow: inset 0 1px 0 #eee;*/
/*padding: 40px 0 0 0;*/
margin-top: 100px;
}
@ -551,11 +543,9 @@ Post List
/* Post Page */
#header {
/*border-bottom: 1px solid #eee;*/
}
.post {
/*margin: 80px 0 0 0;*/
margin: auto;
}
@ -603,7 +593,6 @@ Post List
}
#sharing a:hover {
/*color: #444;*/
opacity: 0.8;
}
@ -611,7 +600,6 @@ Post List
/* Post Navigation */
#post-nav {
/*border-top:1px solid #eee;*/
text-align: center;
padding-top: 20px;
font-size: 13px;
@ -759,7 +747,6 @@ h2.month {
}
#header {
margin-bottom: 60px;
/*border-bottom: 1px solid #eee; */
}
.post {
margin: 40px 0;
@ -804,7 +791,6 @@ h2.month {
.archive .post-item {
padding: 10px 10px;
/*border-left: 1px solid #cacaca;*/
overflow-x: hidden;
white-space:nowrap;
}
@ -832,7 +818,6 @@ h2.month {
.archive .post-item:hover {
color: #5694f1;
padding-left: 13px;
/*border-left: 1px solid #5badf0;*/
transition: 0.3s ease-out;
}
.archive .post-item:hover .post-time,.archive .post-item:hover .post-link {
@ -885,7 +870,6 @@ a.symbol:hover {
border-radius: 4px;
overflow: hidden;
font-family: 'Menlo', 'Monaco', Courier, monospace;
/*font: normal 13px/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}
#TableOfContents {
margin: 1em 0 0 0;

Loading…
Cancel
Save