Ignore:
Timestamp:
11/30/11 15:43:31 (12 years ago)
Author:
Kris Deugau
Message:

/trunk

Security audit (see #30)

  • remove a stale global
  • catch and handle bad page parameter
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/dns.css

    r166 r173  
    185185        padding: 5px;
    186186        width: 70%;
     187        margin: 1% auto;
    187188}
    188189.right {
     
    238239#soadetail {
    239240        text-align: left;
     241}
     242#badpage {
     243        margin: 5% auto;
     244        border: solid 2px #FFFF00;
     245        color: #333300;
     246        background-color: #e0e0e0;
     247        text-align: center;
     248        padding: 5px;
     249        width: 70%;
    240250}
    241251/* somewhat generic/reusable */
Note: See TracChangeset for help on using the changeset viewer.