diff bio/static/css/bio.css @ 581:ee87ea74d46b

For Django 1.4, rearranged project structure for new manage.py.
author Brian Neal <bgneal@gmail.com>
date Sat, 05 May 2012 17:10:48 -0500
parents gpp/bio/static/css/bio.css@88b2b9cb8c1f
children 678a1a2ef55a
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bio/static/css/bio.css	Sat May 05 17:10:48 2012 -0500
@@ -0,0 +1,38 @@
+div.user_profile th {
+   font-weight: bold;
+   text-align: left;
+   padding: 5px 5px;
+}
+div.user_profile td {
+   font-weight: normal;
+   text-align: left;
+   padding: 5px 5px;
+}
+
+div.members-list table {
+   border-collapse: collapse;
+   width: 95%;
+   border: 1px solid black;
+   margin: 1em auto 1em auto;
+}
+
+div.members-list th {
+   font-weight: bold;
+   text-align: center;
+   padding: 5px 5px;
+}
+
+div.members-list tr {
+   border-top: 1px solid black;
+   border-bottom: 1px solid black;
+   text-align: center;
+}
+
+div.members-list td {
+   padding: 5px 5px;
+   text-align: center;
+}
+
+div.members-list tr.odd {
+   background-color: #ddd;
+}