From de82c493eab41330169949254a8152f5c7d9302c Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Fri, 30 Jan 2009 19:13:56 -0500 Subject: [PATCH] Got the layout looking pretty nice. --- static/images/stripe-rhythm.png | Bin 0 -> 98 bytes static/images/stripe.png | Bin 0 -> 101 bytes static/style/cfbe.css | 73 +++++++++----------------------- templates/list.html | 2 +- 4 files changed, 21 insertions(+), 54 deletions(-) create mode 100644 static/images/stripe-rhythm.png create mode 100644 static/images/stripe.png diff --git a/static/images/stripe-rhythm.png b/static/images/stripe-rhythm.png new file mode 100644 index 0000000000000000000000000000000000000000..ef37f991b83d6c4a52f054bc25687ec1412507e4 GIT binary patch literal 98 zcmeAS@N?(olHy`uVBq!ia0vp^0zj<7!2~4vt8{yTl%}VPV~9m>@}BztcFdX$ohnxs qOSzf$WH~VQ{Qv)d`C48mmw~~)p7o*iQk5$}O$?r{elF{r5}E*RQ5&rQ literal 0 HcmV?d00001 diff --git a/static/images/stripe.png b/static/images/stripe.png new file mode 100644 index 0000000000000000000000000000000000000000..a3c5e0ad2bb41b4c1e2d80af3cba0254bdad08c5 GIT binary patch literal 101 zcmeAS@N?(olHy`uVBq!ia0vp^tRT$61SFYwH*Nw_I-V|$AsjP(Pb%^;IB+l@WWE3Y z|E6U^#m}53OxC>Jpu+H?TgBA4`#-m5Eu+oV4#6YKVm#ji^)Yz5`njxgN@xNAusR(} literal 0 HcmV?d00001 diff --git a/static/style/cfbe.css b/static/style/cfbe.css index 8e47181..b1af55e 100644 --- a/static/style/cfbe.css +++ b/static/style/cfbe.css @@ -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 diff --git a/templates/list.html b/templates/list.html index c9c271e..e6fbaef 100644 --- a/templates/list.html +++ b/templates/list.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block content %} - +
-- 2.26.2
ID Summary