Skip to content

Commit

Permalink
Clean code and fix some grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
suiyun39 committed Dec 10, 2018
1 parent da73f54 commit a7853f5
Showing 1 changed file with 9 additions and 22 deletions.
31 changes: 9 additions & 22 deletions vue.css
Expand Up @@ -272,19 +272,15 @@ body {
#write {
max-width: 860px;
margin: 0 auto;
padding: 20px 30px 40px 30px;
padding-top: 20px;
padding-bottom: 100px;
padding: 20px 30px 100px;
}

#write p {
/* text-indent: 2rem; */
line-height: 1.6rem;
word-spacing: .05rem;
}

#write ol li {
/*padding-left: 0.5rem;*/
text-indent: 0.5rem;
}

Expand All @@ -304,7 +300,7 @@ body > *:last-child {
a {
color: #42b983;
font-weight: 600;
padding: 0px 2px;
padding: 0 2px;
text-decoration: none;
}

Expand Down Expand Up @@ -387,15 +383,15 @@ h1 {
h2 {
font-size: 1.75rem;
line-height: 1.225;
margin: 35px 0px 15px 0px;
margin: 35px 0 15px;
padding-bottom: 0.5em;
border-bottom: 1px solid #ddd;
}

h3 {
font-size: 1.4rem;
line-height: 1.43;
margin: 20px 0px 7px 0px;
margin: 20px 0 7px;
}

h4 {
Expand Down Expand Up @@ -498,7 +494,7 @@ ol:last-child {

blockquote {
border-left: 4px solid #42b983;
padding: 10px 0px 10px 15px;
padding: 10px 0 10px 15px;
color: #777;
background-color: rgba(66, 185, 131, .1);
}
Expand Down Expand Up @@ -546,11 +542,11 @@ table tr td:last-child {
}

#write strong {
padding: 0px 1px 0 1px;
padding: 0 1px;
}

#write em {
padding: 0px 5px 0 2px;
padding: 0 5px 0 2px;
}

#write table thead th {
Expand All @@ -565,7 +561,7 @@ table tr td:last-child {
border: 1px solid #F4F4F4;
-webkit-font-smoothing: initial;
margin: 0.8rem 0 !important;
padding: 0.3rem 0rem !important;
padding: 0.3rem 0 !important;
line-height: 1.43rem;
background-color: #F8F8F8 !important;
border-radius: 2px;
Expand Down Expand Up @@ -620,13 +616,6 @@ table tr td:last-child {
margin-left: -1.3em;
}

@media screen and (min-width: 914px) {
/*body {
width: 854px;
margin: 0 auto;
}*/
}

@media print {
html {
font-size: 13px;
Expand Down Expand Up @@ -682,10 +671,9 @@ table tr td:last-child {
}

.md-image > .md-meta {
/*border: 1px solid #ddd;*/
border-radius: 3px;
font-family: Consolas, "Liberation Mono", Courier, monospace;
padding: 2px 0px 0px 4px;
padding: 2px 0 0 4px;
font-size: 0.9em;
color: inherit;
}
Expand Down Expand Up @@ -738,7 +726,6 @@ footer {
}

.mac-seamless-mode #typora-sidebar {
background-color: #fafafa;
background-color: var(--side-bar-bg-color);
}

Expand Down

0 comments on commit a7853f5

Please sign in to comment.