From df0d5f3cb03f8bf7d72e067c0fd7ee54ce4b86eb Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Tue, 24 Mar 2015 22:53:18 -0700
Subject: Change template and CSS for flatter structure

- Change CSS to one file
- Change template to reflect CSS flattening
---
 stayed-on-the-bus.html | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

(limited to 'stayed-on-the-bus.html')

diff --git a/stayed-on-the-bus.html b/stayed-on-the-bus.html
index 0fc0a27..1c7d443 100644
--- a/stayed-on-the-bus.html
+++ b/stayed-on-the-bus.html
@@ -12,23 +12,19 @@
     <title>Stayed on the bus too long | Autocento of the breakfast table</title>
     <link rel="icon" type="image/png" href="img/favico.png" />
 
-    <link rel="stylesheet" type="text/css" href="./css/common.css">
+    <link rel="stylesheet" type="text/css" href="style.css">
     <script src="./js/lozenge.js" type="text/javascript"> </script>
     <script src="./js/hylo.js" type="text/javascript"> </script>
 
-        <link rel="stylesheet" type="text/css" href="./css/verse.css">
-    <script src="./js/verse.js" type="text/javascript"> </script>
-            <link rel="stylesheet" type="text/css" href="./css/autocento.css">
-    <script src="./js/autocento.js" type="text/javascript"> </script>
-        <!--[if lt IE 9]>
+    <!--[if lt IE 9]>
     <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script>
     <![endif]-->
     <!-- <script src="js/external.js"> </script> -->
     </head>
-<body>
+<body id="stayed-on-the-bus" class="autocento">
     
 
-    <article id="container">
+    <article class="container">
         <header>
             <!-- title -->
             <h1 class="title">Stayed on the bus too long</h1>
@@ -40,7 +36,9 @@
         </header>
 
         
-        <section class="content verse"><p>It was a <a href="hard-game.html">gamble</a><br />I lost—thought I could get closer<br />than the library, stayed<br />on past the admin building,<br />back down the hill to my beginning,<br />the driver’s second-to-last stop.<br /><a href="lappel-du-vide.html">I have to walk now</a>,<br />through the wind and sun, past<br /><a href="theoceanoverflowswithcamels.html">traffic</a> moving merrily along<br />taking their own gambles<br />staying on or getting off<br />too soon.</p></section>
+        <section class="content verse">
+            <p>It was a <a href="hard-game.html">gamble</a><br />I lost—thought I could get closer<br />than the library, stayed<br />on past the admin building,<br />back down the hill to my beginning,<br />the driver’s second-to-last stop.<br /><a href="lappel-du-vide.html">I have to walk now</a>,<br />through the wind and sun, past<br /><a href="theoceanoverflowswithcamels.html">traffic</a> moving merrily along<br />taking their own gambles<br />staying on or getting off<br />too soon.</p>
+        </section>
     </article>
     <nav>
                 <a href="#" id="lozenge" title="Random page"> &loz; </a>
-- 
cgit 1.4.1-21-gabe81