Skip to content

Commit

Permalink
Added final guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaeckroth committed Apr 18, 2014
1 parent 3f903b8 commit 10c0876
Show file tree
Hide file tree
Showing 3 changed files with 488 additions and 6 deletions.
13 changes: 7 additions & 6 deletions css/worg.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@
padding:0 0 30px 0;
margin-top: 10px;
margin-bottom: 10px;
color: #666;
color: #333;
}

h2 {
font-family:Arial,sans-serif;
font-size:1.45em;
line-height:16px;
padding:7px 0 0 0;
color: #999;
color: #666;
}

.outline-text-2 {
Expand All @@ -99,7 +99,7 @@
h3 {
font-family:Arial,sans-serif;
font-size:1.3em;
color: #999;
color: #666;
margin-left: 0.6em;
}

Expand All @@ -111,7 +111,7 @@
font-family:Arial,sans-serif;
font-size:1.2em;
margin-left: 1.2em;
color: #999;
color: #666;
}

.outline-text-4 {
Expand Down Expand Up @@ -1036,7 +1036,7 @@ blockquote {
div.hidden > strong {
margin-left: 0;
cursor: pointer;
color: #999;
color: #aaa;
}

div.hidden > strong > small {
Expand All @@ -1048,7 +1048,8 @@ div.hidden > strong > small {

div.hidden div.hidden-content {
padding-left: 10px;
border-left: 1px solid #999;
margin-bottom: 4em;
border-left: 3px solid #999;
}

div.hidden {
Expand Down
Loading

0 comments on commit 10c0876

Please sign in to comment.