summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorsubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 05:26:14 +0100
committersubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 05:26:14 +0100
commitb7bf1b37acbae3e28726dc53b3f24f5829c0906a (patch)
tree58c16f1b1acceb15557300dd734dafc0fc94c7c0 /media
parentf525235e942f560be3ed054bc968245ae2a5c2c2 (diff)
downloadtroggle-b7bf1b37acbae3e28726dc53b3f24f5829c0906a.tar.gz
troggle-b7bf1b37acbae3e28726dc53b3f24f5829c0906a.tar.bz2
troggle-b7bf1b37acbae3e28726dc53b3f24f5829c0906a.zip
[svn] Added new photo model.
Logbook parser now looks for mugshots when adding people. If it finds an image, it adds a new photo model instance linked to that person. If it finds an html page, it adds the body text of that page as the person's "blurb" and then adds the mugshot. My interface web design isn't working, sorry. Need a blank slate on that one. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8150 by aaron @ 1/4/2009 2:06 PM
Diffstat (limited to 'media')
-rw-r--r--media/css/main2.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/media/css/main2.css b/media/css/main2.css
index b0810c6..6ac3a3e 100644
--- a/media/css/main2.css
+++ b/media/css/main2.css
@@ -9,7 +9,17 @@ body, td, center, ul, p, input {
body {
background-color: #000;
}
-
+#expoHeader {
+ position: relative;
+ display: inline;
+ top:60px;
+}
+#expoFinalDate {
+ display: inline;
+}
+h1 {
+ display: inline;
+}
a:link, a:visited { text-decoration: none; }
div.centre img { vertical-align: middle; }