Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: republish
HTML
<!-- Force update: 1011 -->
<style type="text/css">

.big-col {
    margin-right: 310px !important;
} 

#content {
    height : 1080px;
}

#col {
   width : 250px;
}

DIV.left-column {
  float: left;
  width: 48%;
}

DIV.right-column {
  float: right;
  width: 48%;
}

.blogSurtitle {
    background: none repeat scroll 0 0 #569D2F;
    border: 2px solid #DDDDDD;
    color: #FFFFFF;
    margin: 1px 1px 10px;
    padding: 3px;
}
a.blogDate {
    color: #FFFFFF;
}

a.blogHeading {
    color: #569D2F;
    font-size: 14px;
}

#col p {
    text-align : justify;
    font-size : 11px;
    line-height : 1.2 !important
}

.feature {
    #height: 150px;
}

</style>

<!-- BEGIN Dialog code (commented out, but we could use it in the future)

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.17/themes/base/jquery-ui.css" type="text/css" media="all" />
			<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
			<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.17/jquery-ui.min.js" type="text/javascript"></script>
		
<div id="evil" title="Stop CISPA">
<p>As web developers, we're deeply concerned about the <a href="http://en.wikipedia.org/wiki/CISPA"> Cyber Intelligence Sharing and Protection Act </a>. We encourage all developers to visit <a href="http://americancensorship.org">Stop American Censorship</a> and do their part to oppose this misguided bill.
</p>

<p>Cancel this dialog to begin exploring Apache Tapestry.</p>
</div>

<script>
	$(function() {
		$( "#evil" ).dialog({ modal:true });
$("input[type='text']").focus();
	});
</script>

<style text="text/css">
.ui-widget-overlay {
  opacity: .80;
  filter: alpha(opacity = 80);
  background: black;
}  
</style>

-->


<!-- END Temporary "Stop CISPA" -->

...