diff --git a/miniakio/static/style/effector.less b/miniakio/static/style/effector.less index 610b69e..e6044e3 100644 --- a/miniakio/static/style/effector.less +++ b/miniakio/static/style/effector.less @@ -158,7 +158,7 @@ blockquote { color: #999; &:before { - content: '\2014 \00A0'; + content: "\2014 \00A0"; } } @@ -280,7 +280,7 @@ body{ .nav { margin: 0 auto; - width: 720px; + width: 720px; } h1 { @@ -289,7 +289,7 @@ body{ padding-top: 10px; a { - font-family: 'Quantico', sans-serif; + font-family: "Quantico", sans-serif; font-weight: 700; color: #333; } @@ -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; @@ -656,7 +656,7 @@ body{ a { font-size: 26px; - font-family: 'Quantico', sans-serif; + font-family: "Quantico", sans-serif; font-weight: 700; color: #333; } @@ -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"); } diff --git a/miniakio/static/style/style.css b/miniakio/static/style/style.css index f288667..b0df1c9 100644 --- a/miniakio/static/style/style.css +++ b/miniakio/static/style/style.css @@ -173,7 +173,7 @@ blockquote small { color: #999; } blockquote small:before { - content: '\2014 \00A0'; + content: "\2014 \00A0"; } blockquote:before, blockquote:after { @@ -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; } @@ -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; } @@ -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; } @@ -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"); }