1 Matching Annotations
  1. Oct 2015
    1. <!-- jQuery(function() { // Increase Font Size jQuery('.increase-font-size').click(function(){ var currentFontSize = jQuery('#blox-story-text').find("p").css('font-size'); var currentFontSizeNum = parseFloat(currentFontSize, 10); var newFontSize = currentFontSizeNum*1.2; $('#blox-story-text').find("p").css('font-size', newFontSize); return false; }); // Decrease Font Size jQuery('.decrease-font-size').click(function(){ var currentFontSize = $('#blox-story-text').find("p").css('font-size'); var currentFontSizeNum = parseFloat(currentFontSize, 10); var newFontSize = currentFontSizeNum*0.8; jQuery('#blox-story-text').find("p").css('font-size', newFontSize); return false; }); // end doc ready }); //--> Home Local Downtown Waco Students to help unearth historic fountain of Waco’s Hispanic heritage

      Community archaeology! Excavation of a fountain from a Mexican-American neighborhood settled in the late 19th century.