Changeset 692

Show
Ignore:
Timestamp:
03/31/07 15:17:11 (2 years ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/ChangeLog

    r690 r692  
     12007-03-31  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
     2 
     3        * themes/default_theme.css: Fixes default theme. File entries 
     4        should be left hand aligned and they were centered. 
     5 
    162007-03-28  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
    27 
  • cherokee/trunk/themes/default_theme.css

    r516 r692  
    2121table 
    2222{  
    23   width: 500px; 
    2423  font-size: small; 
    2524  height: 100%; 
    2625  margin: 0 auto; 
     26  text-align: left; 
    2727} 
    2828 
     
    4444  border-spacing: 1px; 
    4545  padding-top: 3px; 
    46   padding-left: 1px; 
     46  padding-left: 5px; 
     47  padding-right: 5px; 
    4748} 
    4849