Changeset 5709

Show
Ignore:
Timestamp:
04/10/08 14:30:45 (9 months ago)
Author:
inureyes
Message:

#917

Location:
branches/1.6
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • branches/1.6/doc/changes_ko

    r5637 r5709  
    11* 이 문서는 변경사항을 모두 포함하고 있지 않을 수 있습니다. 자세한 변경사항 열람을 위해서는 텍스트큐브 개발 사이트 (http://dev.textcube.org) 의 해당 버전의 로드맵과 티켓들을 확인해 주시기 바랍니다. 
    22* 버그 로그는 일반적으로 이전 버전에서 발생했으나 해결된 부분을 포함하며, 이번 버전을 만드는 과정에서 발생하는 버그는 기록하지 않습니다. 
     3 
     4== v1.6.3 개발 관련 노트 == 
     5=== 추가된 점 === 
     6=== 변경된 점 === 
     7=== 버그 수정 === 
     8 * 관리자  : 방명록 목록에서 자바스크립트 에러가 발생하는 문제 수정 (#897) 
    39 
    410== v1.6.2 개발 관련 노트 == 
  • branches/1.6/skin/coolant/style.css

    r5400 r5709  
    1616    background: url('./images/bg_bodyTop.gif') 50% top repeat-x; 
    1717    color: #666; 
    18     font: 1.2em/1.7 AppleGothic, Gulim, '굴림', Helvetica, sans-serif; 
     18    font: 1.2em/1.7 Helvetica, AppleGothic, Gulim, '굴림', sans-serif; 
    1919    font-size: 75%; 
    2020    padding-top: 30px; 
     
    7171} 
    7272 
     73code 
     74{ 
     75    font-family: Monaco, Courier New, monospace; 
     76} 
     77 
     78pre 
     79{ 
     80    margin-left: 0.8em; 
     81    margin-bottom: 1.5em; 
     82    padding: 0.4em; 
     83    border-top: 1px dashed #ccc; 
     84    border-bottom: 1px dashed #ccc; 
     85} 
     86 
    7387dfn, em, cite, address 
    7488{ 
     
    7892/*-------------------------------*/ 
    7993 
    80 /* hadding */ 
     94/* heading */ 
    8195 
    8296/*-------------------------------*/ 
  • branches/1.6/skin/coolant/wysiwyg.css

    r5465 r5709  
     1@charset "utf-8"; 
     2 
    13* 
    24{ 
     
    911    background-color: #fff; 
    1012    color: #666; 
    11     font: 1.2em/1.7 Gulim, Helvetica, AppleGothic, Sans-serif; 
     13    font: 1.2em/1.7 Helvetica, AppleGothic, Gulim, '굴림', sans-serif; 
    1214    font-size: 75%; 
    1315} 
     
    8385} 
    8486 
     87code 
     88{ 
     89    font-family: Monaco, Courier New, monospace; 
     90} 
     91 
     92pre 
     93{ 
     94    margin-left: 0.8em; 
     95    margin-bottom: 1.5em; 
     96    padding: 0.4em; 
     97    border-top: 1px dashed #ccc; 
     98    border-bottom: 1px dashed #ccc; 
     99} 
     100 
    85101ol 
    86102{