IE fixes
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1234 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
58e2488503
commit
4c9965d313
3 changed files with 7 additions and 4 deletions
|
@ -28,6 +28,10 @@ body {
|
|||
|
||||
/* more general stuff */
|
||||
|
||||
.top image {
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
div.box {
|
||||
margin: 12px 12px 8px 10px;
|
||||
border: 1px solid #ccc;
|
||||
|
|
|
@ -35,9 +35,8 @@
|
|||
<div id="global">
|
||||
<div class="top" metal:define-slot="top">
|
||||
<a href="#" name="top" metal:define-slot="logo"
|
||||
tal:attributes="href string:${request/URL/1}"><img
|
||||
src="logo.gif" border="0"
|
||||
alt="Home"
|
||||
tal:attributes="href string:${request/URL/1}"><img class="logo"
|
||||
src="logo.gif" border="0" alt="Home"
|
||||
tal:attributes="src string:${resourceBase}logo.gif" /></a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
/* Basic Elements */
|
||||
|
||||
body {
|
||||
font: 85% Verdana, Lucida, Helvetica, Arial, sans-serif;
|
||||
font: 10pt Verdana, Lucida, Helvetica, Arial, sans-serif;
|
||||
background: White;
|
||||
/* color: Black; */
|
||||
color: #242424;
|
||||
|
|
Loading…
Add table
Reference in a new issue