Finishing education & combining and minifying css

This commit is contained in:
Lani Aung
2013-02-03 15:18:50 -08:00
parent 2aeca3d0d1
commit 06de0bc560
5 changed files with 90 additions and 56 deletions
+40
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -0,0 +1 @@
body{background-color:#FFF;font-size:12px;padding:0}a{color:#000}article{width:80%}h1{font-size:2em}section ul{list-style-type:none}section ul li{text-indent:2em}section header{font-size:1.5em}#contact-details{font-size:0.8em}.divider{margin:0}.icon-envelope::before,.icon-link::before,.icon-google-plus-sign::before,.icon-circle-blank::before{content:""}.print{display:inherit}.screen{display:none}
+17 -5
View File
@@ -18,6 +18,11 @@ a:active
color: #666;
}
abbr
{
border-bottom: 1px dotted #999;
}
article
{
margin: 0 auto;
@@ -25,11 +30,6 @@ article
width: 90%;
}
dd
{
text-indent: 2em;
}
div
{
margin: 0;
@@ -80,6 +80,11 @@ hr
border-bottom: 1px solid #333;
}
p
{
text-indent: 2em;
}
section header
{
float: left;
@@ -114,6 +119,13 @@ time
font-style: oblique;
}
/*
ul li ul
{
margin-left: 0.5em;
}
*/
.divider
{
margin: 0 1em;