Show
Ignore:
Timestamp:
10/17/07 20:30:11 (13 months ago)
Author:
simon
Message:

Updated layout to work with IE7's page zoom.
Reduced some padding and font sizes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bitstructures/trunk/templates/substructure/base.html

    r6 r12  
     1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
     2"http://www.w3.org/TR/html4/strict.dtd"> 
     3 
    14<html> 
    25 
     
    1114alt="Bitstructures"></a></div> 
    1215 
     16<div id="container"> 
     17 
     18<div id="content-container"> 
    1319<div id="content"> 
    1420{% block content %}{% endblock %} 
    1521</div> 
     22</div> 
    1623 
     24<div id="info-block-container"> 
    1725<div id="info-block"> 
    1826 
     
    3846 
    3947</div> 
     48</div> 
     49 
     50</div> 
    4051 
    4152</body>