Changeset 692
- Timestamp:
- 03/31/07 15:17:11 (2 years ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/themes/default_theme.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r690 r692 1 2007-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 1 6 2007-03-28 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 7 cherokee/trunk/themes/default_theme.css
r516 r692 21 21 table 22 22 { 23 width: 500px;24 23 font-size: small; 25 24 height: 100%; 26 25 margin: 0 auto; 26 text-align: left; 27 27 } 28 28 … … 44 44 border-spacing: 1px; 45 45 padding-top: 3px; 46 padding-left: 1px; 46 padding-left: 5px; 47 padding-right: 5px; 47 48 } 48 49