Skip to content

Commit

Permalink
Update effector.css
Browse files Browse the repository at this point in the history
  • Loading branch information
akax committed Jan 17, 2014
1 parent 6cbd0ae commit 58dc46c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions assets/css/effector.css
Expand Up @@ -12,7 +12,7 @@ footer {
}
.nav {
direction: rtl;
font-size: 26px;
font-size: 28px;
}
.nav>a {
margin: 0px 20px 0px 0px;
Expand Down Expand Up @@ -105,7 +105,7 @@ h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
}
h1 {
line-height: 60px;
font-size: 24px;
font-size: 26px;
}
h1 small {
font-size: 18px;
Expand All @@ -115,7 +115,7 @@ h2 {
color: #777;
background-color: #F2F8F7;
margin: 20px -20px;
font-size: 22px;
font-size: 24px;
padding: 0px 20px;
line-height: 35px;
}
Expand All @@ -124,7 +124,7 @@ h2 small {
}
h3 {
line-height: 18px;
font-size: 18px;
font-size: 22px;
}
h3 small {
font-size: 16px;
Expand All @@ -133,16 +133,16 @@ h4, h5, h6 {
line-height: 15px;
}
h4 {
font-size: 14px;
font-size: 20px;
}
h4 small {
font-size: 12px;
font-size: 16px;
}
h5 {
font-size: 12px;
font-size: 18px;
}
h6 {
font-size: 11px;
font-size: 14px;
color: #999;
text-transform: uppercase;
}
Expand Down Expand Up @@ -244,7 +244,7 @@ cite {
}
code, pre {
font-family: Monaco, Menlo, "Courier New", monospace;
font-size: 12px;
font-size: 15px;
direction: ltr;
}
code {
Expand Down Expand Up @@ -347,7 +347,7 @@ text-shadow: 0 1px 0 #fff;
}
.label {
padding: 3px 3px 2px;
font-size: 11.25px;
font-size: 14px;
font-weight: bold;
color: #fff;
text-transform: uppercase;
Expand Down

0 comments on commit 58dc46c

Please sign in to comment.