view about-mozilla.html @ 13:efd49c761dbe default tip

Really ugly, confusing use of CSS3 columns. The -moz-column-width seems to only be a general guideline or something, as it's impossible to get the columns to line up w/ other page elements.
author Atul Varma <varmaa@toolness.com>
date Mon, 02 Mar 2009 08:52:23 -0800
parents d0f57c5ef95c
children
line wrap: on
line source

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
  <link rel="stylesheet" type="text/css" media="all"
        href="about-mozilla.css" />
  <title></title>
</head>
<body>
<div id="issue">
  <div id="header">about:mozilla
    <div id="subheader">for the week of <span class="date"></span></div>
  </div>
  <div id="body"></div>
</div>
<div id="raw-issue">
</div>
</body>
<script src="jquery.js"></script>
<script src="querystring.js"></script>
<script src="http://www.google.com/jsapi?key=ABQIAAAAzBIC_wxmje-aKLT3RzZx7BSMyDMkO9FJ67H-yweQ42J8NadmShSzBtxGrM35N4zI4l-rt1mDAF_fPg"></script>
<script src="about-mozilla.js"></script>
</html>