Please indicate below when an edit, change, addition, or CSS markup update has been made.

================ EDITS, CHANGES, & ADDITIONS BELOW ================

Why did we remove the logos of where we've had writeups? http://cl.ly/BNGd

* don't remember in which mailing list it was but I think there was negative feedback about it so we have to either find those threads or get more input about the home page

new thread about the home page at: 

I'd like to add a period to "Get Involved" on the contribute page. http://cl.ly/BO7f

done

I'd like to remove the "Browse" at the top of the learn page. http://cl.ly/BMnb

please do it on the fork and we can sent it for feedback in the same thread we talked about adding the schools to that page (was there a conclution in that thread?)


We should probably add a "Join P2PU today!" link under the footers "About P2PU" paragraph. http://cl.ly/BOLa

please do it on the fork and i will apply it on production

We need to change each schools coloring to where the user dropdown at the top only has a black background. http://cl.ly/BO8M

that can be done in edit school pages. [done]

================  CSS CHANGES BELOW ================

are this css changes related to the bugs above or are they for other bugs?

starting to apply them on production

 .card-list section h1 span{
    background: #FFFFFF;
}

done

#splash #main {
    margin: 20px 0 0;
}

this causes a problem in the page (will add before, after screenshots soon)

#intro-links {
    padding: 20px 20px 20px 0;
}

done (did not noticed the difference though)

#school_home h3 {
    color: #333333;
    margin-bottom: 0;
}

if this is webcraft only please edit the sow specific css on: http://p2pu.org/en/schools/school-of-webcraft/edit/styles/ . Let me know if it is a global change. done

#school_home h2 {
    margin: 10px 0 20px;
}

same comment done

a.webcraft-browse {
    display: inline-block;
    margin: 20px 20px 50px 0;
}

same comment done

.project-kind-challenge #task_list_section a.taskView {
    font-size: 12px;
    padding-left: 6px;
}

done

.project-kind-challenge #task_list_section .taskSubheader {
    color: #666666;
    display: inline-block;
    font-size: 12px;
    width: 440px;
}

done

.project-kind-challenge #task_list_wall #progress {
    width: 290px;
}

done

.pages-get-involved #main a {
    color: #000000;
}

done

.pages-get-involved #main #contribute-slider a.contribute-button {
    padding: 7px 26px 8px;
    width: 200px;
}

done

.pages-get-involved #main p {
    color: #666666;
}

done

img.member-picture {
    margin-right: 10px;
}

is this for all the ocurrences of this class (note it is used in several templates)
I thought that was the case. I'm 

.badges-list .badge-list .badges li {
  width:158px;
}

done

TODO (merge):


done



button, input[type="submit"], input[type="button"], a.button, .button {
        font-size: 11px;
}