Ignore:
Timestamp:
11/11/11 17:22:56 (12 years ago)
Author:
Kris Deugau
Message:

/trunk

Preparing for release

  • wrap debugbits output to avoid an XHTML validation warning
  • Makefile cleanup
    • remove mysterious duplication of the whole file
    • remove file list bits levt over from copy-paste from another project
    • set VERSION
    • fix up some pathnames from copy-paste
  • Fix a bunch of minor XHTML validation oopses
  • Fiddle footer again
  • Minor CSS cleanups
  • Drop in-page title heading, push [if IE] conditionals around in <head>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/dns.css

    r163 r166  
    106106        white-space: nowrap;
    107107        border: thin solid #000000;
    108         background-color: #ffccee;
     108        background-color: #f0f0f0;
    109109        vertical-align: top;
    110110}
     
    203203
    204204
    205 #header {
    206         border-bottom: thin solid #000000;
    207         clear: both;
    208         float: left;
    209         width: 100%;
    210 }
    211205#footer {
    212206        border-top: thin solid #000000;
    213207        clear: both;
     208        margin-top: 20px;
    214209}
    215210#contact {
     
    224219        float: right;
    225220        width: 100%;
     221        margin:bottom: 50px;
    226222}
    227223#login {
    228         margin: 50px auto;
     224        margin: 17% auto;
    229225        padding: 3px;
    230226        border: thin solid #000000;
Note: See TracChangeset for help on using the changeset viewer.