Got the layout looking pretty nice.
authorSteve Losh <steve@stevelosh.com>
Sat, 31 Jan 2009 00:13:56 +0000 (19:13 -0500)
committerSteve Losh <steve@stevelosh.com>
Sat, 31 Jan 2009 00:13:56 +0000 (19:13 -0500)
static/images/stripe-rhythm.png [new file with mode: 0644]
static/images/stripe.png [new file with mode: 0644]
static/style/cfbe.css
templates/list.html

diff --git a/static/images/stripe-rhythm.png b/static/images/stripe-rhythm.png
new file mode 100644 (file)
index 0000000..ef37f99
Binary files /dev/null and b/static/images/stripe-rhythm.png differ
diff --git a/static/images/stripe.png b/static/images/stripe.png
new file mode 100644 (file)
index 0000000..a3c5e0a
Binary files /dev/null and b/static/images/stripe.png differ
index 8e471818606e08fb4504c47a340ad6f6ba18375a..b1af55e137b517be1120ac11e70ff2e74d6d5e0b 100644 (file)
@@ -1,61 +1,28 @@
-div#header {
-    background-color: #d03;
-    color: #fff;
-}
+body { background-image: url(/static/images/stripe-rhythm.png); background-repeat: repeat;}
 
-div#header h1 {
-    font-size: 4em;
-    line-height: 1.5em;
-    margin-bottom: 0em;
-}
+div#header    { background-color: #d03; color: #fff; }
+div#header h1 { font-size: 4em; line-height: 1.5em; margin-bottom: 0em; }
+div#logo      { text-align: right; color: #d03; padding-top: 1.5em; }
+div#logo h1   { margin-top: 0.65em; margin-bottom: 0.15em; }
 
-div#logo {
-    text-align: right;
-    color: #d03;
-    padding-top: 1.5em;
-}
+div.center-column { width: 50em; margin-left: auto; margin-right: auto; }
+div#content-pane { background-color: #fbfbfb; padding: 1.5em; }
+div#footer { text-align: center; font-size: 0.9em; line-height: 1.666em; }
 
-div#logo h1 {
-    margin-top: 0.65em;
-    margin-bottom: 0.15em;
-}
+div#nav { margin-bottom: 1.5em; }
+span#filters { float: right; }
+span#filters a { margin-left: 2em; }
 
-div.center-column {
-    width: 50em;
-    margin-left: auto;
-    margin-right: auto;
-}
+a:link, a:visited, a:active { color: #d03; text-decoration: none; font-weight: bold; }
+a:hover { color: #60b305; }
 
-div#nav {
-    margin-bottom: 1.5em;
-}
 
-div#content-pane {
-    background-color: #fbfbfb;
-    padding: 1.5em;
+table#bug-list { width: 100%; }
+table tr td, table tr th { 
+    padding: 0px 5px; 
+    border: 0.084em solid black; 
+    line-height: 2.917em;
 }
-
-span#filters {
-    float: right;
+table {
+    margin-bottom: 1.417em;
 }
-
-span#filters a {
-    margin-left: 2em;
-}
-
-div#footer {
-    text-align: center;
-    font-size: 0.9em;
-}
-
-body { background-image: url(/static/images/stripe.png); background-repeat: repeat;}
-
-a:link, a:visited, a:active {
-    color: #d03;
-    text-decoration: none;
-    font-weight: bold;
-}
-
-a:hover {
-    color: #60b305;
-}
\ No newline at end of file
index c9c271e8f8b8ceefd5c0a56e26eaab3b268983b2..e6fbaefbfa3d457424369e510e47d11c0302a1d0 100644 (file)
@@ -1,7 +1,7 @@
 {% extends "base.html" %}
 
 {% block content %}
-    <table>
+    <table id="bug-list">
         <tr>
             <th>ID</th>
             <th>Summary</th>