Changeset 1819

Show
Ignore:
Timestamp:
2008-03-27 12:40:59 (10 months ago)
Author:
th-schwarz
Message:

adde license / fixed bug with IE5

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Java/branches/2.4/src/site/resources/css/site.css

    r1808 r1819  
     1/* 
     2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 
     3 * Copyright (C) 2003-2008 Frederico Caldeira Knabben 
     4 * 
     5 * == BEGIN LICENSE == 
     6 * 
     7 * Licensed under the terms of any of the following licenses at your 
     8 * choice: 
     9 * 
     10 *  - GNU General Public License Version 2 or later (the "GPL") 
     11 *    http://www.gnu.org/licenses/gpl.html 
     12 * 
     13 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 
     14 *    http://www.gnu.org/licenses/lgpl.html 
     15 * 
     16 *  - Mozilla Public License Version 1.1 or later (the "MPL") 
     17 *    http://www.mozilla.org/MPL/MPL-1.1.html 
     18 * 
     19 * == END LICENSE == 
     20 */ 
     21 
    122/* @override http://page.mi.fu-berlin.de/ossipov/fckeditor-java/css/site.css */ 
    223 
     
    79100        float: left; 
    80101        overflow: auto; 
    81         width: 170px; 
    82         margin-top: 15px; 
    83         margin-left: 30px; 
     102        width: 200px; 
     103        margin: 0; 
    84104        border: 0; 
     105        background-color: #F9F2DE; 
     106} 
     107#navcolumn { 
     108        margin: 15px 0 0 30px; 
    85109} 
    86110