Skip to content

Commit

Permalink
头部导航栏间隔调整
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhoLiu committed Mar 2, 2016
1 parent 697b8ec commit 94bb037
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions miniakio/static/style/effector.less
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ blockquote {
color: #999;

&:before {
content: '\2014 \00A0';
content: "\2014 \00A0";
}
}

Expand Down Expand Up @@ -280,7 +280,7 @@ body{

.nav {
margin: 0 auto;
width: 720px;
width: 720px;
}

h1 {
Expand All @@ -289,7 +289,7 @@ body{
padding-top: 10px;

a {
font-family: 'Quantico', sans-serif;
font-family: "Quantico", sans-serif;
font-weight: 700;
color: #333;
}
Expand All @@ -304,10 +304,10 @@ body{
float: left;

a {
margin: 5px 0 0 10px;
margin: 5px 5px 0 5px;
line-height: 15px;
display: block;
padding: 10px 10px;
padding: 10px 5px;
font-size: 14px;
border-bottom: 3px solid #fff;

Expand Down Expand Up @@ -656,7 +656,7 @@ body{

a {
font-size: 26px;
font-family: 'Quantico', sans-serif;
font-family: "Quantico", sans-serif;
font-weight: 700;
color: #333;
}
Expand Down Expand Up @@ -733,8 +733,8 @@ body{
}

@font-face {
font-family: 'Quantico';
font-family: "Quantico";
font-style: normal;
font-weight: 400;
src: local('Quantico'), local('Quantico-Regular'), url(Quantico.woff) format('woff');
src: local("Quantico"), local("Quantico-Regular"), url(Quantico.woff) format("woff");
}
14 changes: 7 additions & 7 deletions miniakio/static/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ blockquote small {
color: #999;
}
blockquote small:before {
content: '\2014 \00A0';
content: "\2014 \00A0";
}
blockquote:before,
blockquote:after {
Expand Down Expand Up @@ -294,7 +294,7 @@ body {
padding-top: 10px;
}
#header h1 a {
font-family: 'Quantico', sans-serif;
font-family: "Quantico", sans-serif;
font-weight: 700;
color: #333;
}
Expand All @@ -307,10 +307,10 @@ body {
float: left;
}
#header ul li a {
margin: 5px 0 0 10px;
margin: 5px 5px 0 5px;
line-height: 15px;
display: block;
padding: 10px 10px;
padding: 10px 5px;
font-size: 14px;
border-bottom: 3px solid #fff;
}
Expand Down Expand Up @@ -623,7 +623,7 @@ body {
}
#header h1 a {
font-size: 26px;
font-family: 'Quantico', sans-serif;
font-family: "Quantico", sans-serif;
font-weight: 700;
color: #333;
}
Expand Down Expand Up @@ -688,8 +688,8 @@ body {
}
}
@font-face {
font-family: 'Quantico';
font-family: "Quantico";
font-style: normal;
font-weight: 400;
src: local('Quantico'), local('Quantico-Regular'), url(Quantico.woff) format('woff');
src: local("Quantico"), local("Quantico-Regular"), url(Quantico.woff) format("woff");
}

0 comments on commit 94bb037

Please sign in to comment.