Skip to content

Commit

Permalink
Cleans up the CSS indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
matiaskorhonen committed May 13, 2012
1 parent 4dca808 commit 38a04cc
Showing 1 changed file with 62 additions and 62 deletions.
124 changes: 62 additions & 62 deletions css/style.css
@@ -1,53 +1,53 @@
html {
background:#F4F4F4;
background:#F4F4F4;
}

body {
margin: 0px;
padding: 0px;
background:#fff;
color: #333;
text-rendering: optimizeLegibility;
font-size:15px;
line-height:1.6;
margin: 0px;
padding: 0px;
background:#fff;
color: #333;
text-rendering: optimizeLegibility;
font-size:15px;
line-height:1.6;
}

h1 {
font-weight:normal;
font-size:3em;
margin:0.5em 0 1em;
font-weight:normal;
font-size:3em;
margin:0.5em 0 1em;
}

h2 {
font-weight:normal;
font-size:2em;
margin:1em 0 0.5em;
font-weight:normal;
font-size:2em;
margin:1em 0 0.5em;
}

h3 {
font-weight:normal;
font-size:1.5em;
margin:2em 0 0.8em;
font-weight:normal;
font-size:1.5em;
margin:2em 0 0.8em;
}

h4 {
font-size:1.2em;
margin: 2em 0 0.5em;
font-size:1.2em;
margin: 2em 0 0.5em;
}

p {
font-size:16px;
margin-bottom:1em;
line-height:1.5;
font-size:16px;
margin-bottom:1em;
line-height:1.5;
}

ul li {
margin-bottom:0.5em;
line-height:1.5;
margin-bottom:0.5em;
line-height:1.5;
}

a {
color:#E0330C;
color:#E0330C;
}

a:hover {
Expand All @@ -56,8 +56,8 @@ a:hover {
}

hr {
border-top-color:#ddd;
margin:2em 0;
border-top-color:#ddd;
margin:2em 0;
}

header {
Expand Down Expand Up @@ -110,7 +110,7 @@ footer {
}

article.container {
padding:20px 0;
padding:20px 0;
}

footer a {
Expand All @@ -119,42 +119,42 @@ footer a {
}

.home {
list-style:none;
margin:0;
list-style:none;
margin:0;
}

.home li {
padding:1.5em 0;
border-bottom:1px solid #ddd;
cursor: pointer;
padding:1.5em 0;
border-bottom:1px solid #ddd;
cursor: pointer;
}

.home li:last-child {
border-bottom:0;
border-bottom:0;
}

.home li i {
display:inline-block;
width:70px;
height:70px;
background-color:#d0d0d0;
float:left;
text-align:center;
vertical-align:middle;
font-size:2em;
color:#fff;
line-height:70px;
font-style:normal;
font-weight:bold;
border-radius:70px;
-webkit-transition:0.10s background-color ease-in;
-moz-transition:0.10s background-color ease-in;
display:inline-block;
width:70px;
height:70px;
background-color:#d0d0d0;
float:left;
text-align:center;
vertical-align:middle;
font-size:2em;
color:#fff;
line-height:70px;
font-style:normal;
font-weight:bold;
border-radius:70px;
-webkit-transition:0.10s background-color ease-in;
-moz-transition:0.10s background-color ease-in;
}

.home li:hover i {
background-color:#d3360b;
-webkit-transition:0.10s background-color ease-in;
-moz-transition:0.10s background-color ease-in;
background-color:#d3360b;
-webkit-transition:0.10s background-color ease-in;
-moz-transition:0.10s background-color ease-in;
}


Expand All @@ -165,30 +165,30 @@ footer a {
}

.home h3 {
margin:0 0 0.5em;
margin-left:90px;
color:#E0330C;
margin:0 0 0.5em;
margin-left:90px;
color:#E0330C;
}

.home li:hover h3 {
text-decoration: underline;
}

.home p {
font-size:18px;
margin-left:90px;
font-size:18px;
margin-left:90px;
}

.hero-links em {
margin:0 0.8em;
color:#999;
margin:0 0.8em;
color:#999;
}

.hero-links {
margin:2em 0;
margin:2em 0;
}

.hero {
padding:20px 320px 20px 0;
background:url(../images/guides-hero.png) right 80px no-repeat;
padding:20px 320px 20px 0;
background:url(../images/guides-hero.png) right 80px no-repeat;
}

0 comments on commit 38a04cc

Please sign in to comment.