/** content.css
 * Author: Thomas McGrew
 *
 * This file is for styling the content on any specific page on the website. Any
 * code added to this file should be intended for content within a specific 
 * element, make sure the selectors are formatted accordingly so as not to 
 * affect other aspects of the web site.
 */

.twitter ul {
	list-style-type: disc;
}
