Finishing education & combining and minifying css
This commit is contained in:
Vendored
+40
File diff suppressed because one or more lines are too long
Vendored
+1
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user