Changes between Version 3 and Version 4 of PyDotOrgTheme


Ignore:
Timestamp:
Nov 11, 2007, 9:33:16 PM (16 years ago)
Author:
LEFEVRE Damien
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PyDotOrgTheme

    v3 v4  
    4646'''Author:''' [wiki:coderanger], [wiki:asmodai] [[BR]]
    4747'''Contributors:'''
     48
     49
     50== Comment ==
     51With the actual source the Login, Settings, Help/Guide and About links do not work with Firefox.
     52Here is the faulty line in theme.css
     53{{{
     54#search {
     55  font-size: normal;
     56  font-weight: bold;
     57  height: 85px;
     58  padding: 0 5px 0 0;
     59  position: absolute;
     60  right: 4%;
     61  text-align: right;
     62  top: 5px;
     63  vertical-align: middle;
     64  white-space: nowrap;
     65  width: 28.1em;
     66'''/*   z-index: 1; */'''
     67}
     68}}}