mirror of
https://github.com/jimeh/jimeh.me-v3.0.git
synced 2026-02-19 05:46:40 +00:00
Fix whitespace issues in master.css
This commit is contained in:
@@ -67,7 +67,7 @@ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abb
|
||||
/* @group Basic HTML */
|
||||
|
||||
html {
|
||||
|
||||
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -79,11 +79,11 @@ a {
|
||||
color: #1193F6;
|
||||
text-decoration: none;
|
||||
border-bottom: 2px solid transparent;
|
||||
-webkit-transition-duration: 0.2s;
|
||||
-webkit-transition-property: border-bottom;
|
||||
-webkit-transition-duration: 0.2s;
|
||||
-webkit-transition-property: border-bottom;
|
||||
-webkit-transition-timing-function: ease-in;
|
||||
-moz-transition-duration: 0.2s;
|
||||
-moz-transition-property: border-bottom;
|
||||
-moz-transition-duration: 0.2s;
|
||||
-moz-transition-property: border-bottom;
|
||||
-moz-transition-timing-function: ease-in;
|
||||
}
|
||||
a:hover {
|
||||
@@ -457,7 +457,7 @@ blockquote {
|
||||
/* @group .section */
|
||||
|
||||
.sidebar .section {
|
||||
|
||||
|
||||
}
|
||||
.sidebar .section h2 {
|
||||
font-size: 17px;
|
||||
@@ -493,7 +493,7 @@ blockquote {
|
||||
border-bottom: 2px solid transparent;
|
||||
}
|
||||
.post-title a:hover {
|
||||
|
||||
|
||||
}
|
||||
|
||||
/* @end */
|
||||
@@ -565,7 +565,7 @@ blockquote {
|
||||
/* @group .post-comment-link */
|
||||
|
||||
.post-comment-link {
|
||||
|
||||
|
||||
}
|
||||
.post-comment-link a {
|
||||
color: #939393;
|
||||
@@ -613,7 +613,7 @@ blockquote {
|
||||
margin: 0px;
|
||||
}
|
||||
.archive-list li .title {
|
||||
|
||||
|
||||
}
|
||||
.archive-list li .date {
|
||||
color: #ddd;
|
||||
@@ -718,7 +718,7 @@ blockquote {
|
||||
width: 60px;
|
||||
}
|
||||
.about-me .description {
|
||||
|
||||
|
||||
}
|
||||
dl.labels {
|
||||
color: #bbb;
|
||||
@@ -751,14 +751,6 @@ blockquote {
|
||||
.recent-articles ul li {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* @end */
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user