Changeset 1398

Show
Ignore:
Timestamp:
06/17/2009 08:35:28 AM (15 months ago)
Author:
DarTar
Message:

Minor CSS changes, closing PHP tag in checkversion action. refs #6 and #868

Location:
branches/1.2
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/1.2/actions/checkversion.php

    r1380 r1398  
    141141        } 
    142142}                        
     143?> 
  • branches/1.2/css/light.css

    r1394 r1398  
    9090 
    9191.comment { 
    92         border: 1px solid #FFF; 
     92        border-bottom: 2px solid #FFF; 
    9393        margin: 10px 5px; 
    9494        padding: 5px; 
     
    824824        border: 1px solid #CCC; 
    825825        width: 100%; 
     826} 
     827 
     828table#adminpages td.actions { 
     829        text-align: center; 
     830        font-size: 70%; 
     831        font-family: Verdana, Arial, Helvetica, sans-serif;      
    826832} 
    827833