Skip to content

Commit

Permalink
fix bower, header, styles
Browse files Browse the repository at this point in the history
  • Loading branch information
sepans committed Jun 22, 2015
1 parent 06187e4 commit e02fa62
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="header">

<img src="http://d3js.org/preview.png" alt="image source: http://d3.org">
</div>

# Using d3.js utilities for data visualization in p5.js
Expand All @@ -23,11 +23,11 @@ This is also helps getting familiar with the world of d3 little by little, and b
* [About p5.js and d3.js](aboutp5d3/)

* Basics
* [“Hello world!”](helloworld/)
* “Hello world!”

* Scales
* [Linear Scales](linear/)
* Non-linear scales]
* Linear Scales
* Non-linear scales
* Date/Time scales
* Drawing Axis using scales

Expand Down
3 changes: 0 additions & 3 deletions aboutp5d3/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
<div class="header">

</div>

# About d3.js and p5.js

Expand Down
2 changes: 1 addition & 1 deletion aboutp5d3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</style>
</head>
<body class="chapter">
<div class="header">Data visualization in p5.js using d3.js utilities</div>
<div class="header"><a href="/">Data visualization in p5.js using d3.js utilities</a></div>

<div id="content"></div>

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
],
"dependencies": {
"p5-element": "*",
"markdown": "~0.5.0"
"marked": "~0.3.3"
}
}
6 changes: 6 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ h3 {
width: 800px;
margin-left: auto;
margin-right: auto;
min-height: 300px;
}

a {
Expand Down Expand Up @@ -131,6 +132,11 @@ li.navigationBar {
font-style: italic;
}

.chapter .header {
border-bottom: 1px solid #AAA;
line-height: 1.5em;
}


/* Regular code blocks
----------------------------------
Expand Down

0 comments on commit e02fa62

Please sign in to comment.