mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2026-05-04 05:43:16 +01:00
[svn r8150] 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.
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user