From 70c67ae5db447cf76f06681c7f2cf04761ddab1d Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 1 Feb 2006 15:25:42 +0100 Subject: [PATCH] style fixes and doubleclick edit darcs-hash:20060201142542-6e07b-fdee2a8e6ca5f8921783638cd64d2bee50b125cc.gz --- templates/entry_show.tpl | 10 +++++----- templates/style.css | 18 +++++++++++++----- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/templates/entry_show.tpl b/templates/entry_show.tpl index 70a0367..ed68a4d 100644 --- a/templates/entry_show.tpl +++ b/templates/entry_show.tpl @@ -1,14 +1,14 @@ {include file="header.tpl"} -

- - {$entry.givenname} {$entry.name} -

{if $entry.photo != ''} {/if} +

+ + {$entry.givenname} {$entry.name} +

- +
{$lang.business} diff --git a/templates/style.css b/templates/style.css index 899864e..feb0135 100644 --- a/templates/style.css +++ b/templates/style.css @@ -55,11 +55,13 @@ td {background-color:#66CCFF:margin:3px} font-family:Lucida,Helvetica,Verdana,Arial,Sans-Serif; font-size: 12px;} -.photo {border-width:1px; - border-style:solid; - border-color:#000000; - padding:3px; - } +.photo { + margin-top: 1em; + border-width:1px; + border-style:solid; + border-color:#000000; + padding:3px; +} .input {border-width:1px; border-style:solid; @@ -135,6 +137,12 @@ img.click { cursor: pointer; } +h1 { margin-top: 0;} +h1 img { + line-height:100%; + vertical-align:middle; +} + /* TagCloud */ a.tc0 { font-size: 80%; } a.tc1 { font-size: 100%; } -- 2.39.5