Changeset 128 for trunk/templates


Ignore:
Timestamp:
09/21/11 18:13:16 (13 years ago)
Author:
Kris Deugau
Message:

/trunk

Code review/cleanup

  • Move configuration of DB host, user, pass, name into an outside file.
  • Fail more gracefully on DB connection failure. Includes minor CSS tweak that probably doesn't really do what I think it's doing.
Location:
trunk/templates
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/dns.css

    r117 r128  
    181181        text-align: center;
    182182}
     183/* not sure this really does what I think it does.  is it really not
     184   possible to center an arbitrary <blah> in some other arbitrary <foo>? */
     185.loccenter {
     186        margin-left: 10%;
     187        margin-right: 10%;
     188}
    183189.maintitle {
    184190        font-size: 1.3em;
Note: See TracChangeset for help on using the changeset viewer.