Changeset 413 for trunk/newcity.html


Ignore:
Timestamp:
05/13/10 16:38:43 (14 years ago)
Author:
Kris Deugau
Message:

/trunk

Migrate body colour and font base defs to CSS, make <head>
sections more consistent. See #3.

Look for local.css so admins can override the default
colours. local.css is ignored on the working root as it
should be entirely a local file. See #14.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore set to
      local.css
  • trunk/newcity.html

    r139 r413  
    33        <title>IP Database - Add new city</title>
    44        <link rel="stylesheet" type="text/css" href="/ip/ipdb.css" />
     5        <link rel="stylesheet" type="text/css" href="/ip/local.css" />
    56
    67        <SCRIPT language="JavaScript" type="text/javascript">
     
    1617</head>
    1718
    18 <body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#ff0000" leftmargin="0" topmargin="0" marginwidth="0" onUnload="redoParent()">
     19<body onUnload="redoParent()">
    1920<table>
    2021<form action="cgi-bin/newcity.cgi" method="POST">
Note: See TracChangeset for help on using the changeset viewer.