ONA / ONA13-Conference-Theme

A blast from the past; our theme from the 2013 ONA Conference
http://ona13.journalists.org
2 stars 0 forks source link

H3 CSS glitch #65

Closed jeremiahnpatterson closed 10 years ago

jeremiahnpatterson commented 10 years ago

Looks like the CSS for H3 tags got changed for the schedule page, adding a border and removing bottom margins.

But that's messed it up where we use H3 on other parts of the site. See overlap of twitter handles and names on Student Newsroom page: http://ona13.journalists.org/program/student-newsroom/

jeremiahnpatterson commented 10 years ago

@anekola I fixed this by commenting out a couple of lines...

/* h3 seperator / .site-content h3 { text-align: center; font-size:22px; / border-bottom:1px dotted #ccc; / margin:20px 0 30px; / height:4px; */ }

Not sure when that got changed.