Changeset 3435

Show
Ignore:
Timestamp:
11/29/06 00:51:51 (2 years ago)
Author:
timothy
Message:

Removing the double %% since it isn't needed to esacpe the character anymore.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Resources/base.html

    r3431 r3435  
    77        <style type="text/css"> 
    88        html { 
    9                 height: 100%%
    10                 width: 100%%
     9                height: 100%
     10                width: 100%
    1111        } 
    1212 
     
    1515                border-spacing: 0; 
    1616                margin: 0; 
    17                 height: 100%%
    18                 width: 100%%
     17                height: 100%
     18                width: 100%
    1919        } 
    2020 
     
    3434        .body > * { 
    3535                display: table-cell; 
    36                 height: 100%%
    37                 width: 100%%
     36                height: 100%
     37                width: 100%
    3838        } 
    3939        </style>