kkowalsky / yourbodynotyourchoice

0 stars 1 forks source link

Fix "Read More" links #77

Closed tolomaps closed 9 years ago

tolomaps commented 9 years ago

The links from the brief description of each variable to the below, longer descriptions

kkowalsky commented 9 years ago

just add padding in css (see how I did the section ids for the navbar as examples)

tolomaps commented 9 years ago

I mean the actual links themselves don't work... I'm gonna let Dylan handle this one... :)

kkowalsky commented 9 years ago

I fixed them partially. you just have to add section ids to the html. check my latest commit.

DylanMoriarty commented 9 years ago

Yep. Just have to go into the JS and modify the array that's feeding em and it'll work fine.

EDIT- Just went in and did it. They're all working, just need to make the slight mod like Katie did with the analysis so we don't lose the header under the nav bar.