Skip to content

Commit 75850da

Browse files
authored
0.3.2 업데이트 (#7)
* 약관 항목이 길 경우 스크롤 생성 (#5) * 라이선스를 각 스킨/레이아웃 정보파일에 명시
1 parent 3941ca7 commit 75850da

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

layouts/simple_world/conf/info.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
<title xml:lang="en">Simple World</title>
55
<description xml:lang="ko">깔끔한 면과 그림자 레이아웃</description>
66
<description xml:lang="en">Rectangular planes and shadows</description>
7-
<version>1.3</version>
8-
<date>2020-12-31</date>
7+
<version>1.3.2</version>
8+
<date>2021-02-18</date>
9+
<license>GPLv2</license>
910
<author email_address="misol.kr@gmail.com" link="https://github.com/misol">
1011
<name xml:lang="ko">misol</name>
1112
<name xml:lang="en">misol</name>

modules/communication/skins/simple_world/skin.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
<description xml:lang="en">
99
Simple rectangular planes and shadows
1010
</description>
11-
<version>0.3</version>
12-
<date>2020-12-31</date>
11+
<version>0.3.2</version>
12+
<date>2021-02-18</date>
13+
<license>GPLv2</license>
1314

1415
<author email_address="misol.kr@gmail.com" link="https://github.com/misol">
1516
<name xml:lang="ko">misol</name>

modules/member/skins/simple_world/css/css.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,11 @@ script, style
159159
padding:8px 8px 6px;
160160
-webkit-appearance: none;
161161
}
162+
.agreement .text
163+
{
164+
max-height: 70vmin;
165+
overflow: auto;
166+
}
162167
.sw-body dl>*
163168
{
164169
list-style:none;

modules/member/skins/simple_world/skin.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
<title xml:lang="en">Simple World</title>
55
<description xml:lang="ko">깔끔한 면과 그림자를 이용한 회원 스킨</description>
66
<description xml:lang="en">Simple rectangular planes and shadows</description>
7-
<version>0.3</version>
8-
<date>2020-12-31</date>
7+
<version>0.3.2</version>
8+
<date>2021-02-18</date>
9+
<license>GPLv2</license>
910
<author email_address="misol.kr@gmail.com" link="https://github.com/misol">
1011
<name xml:lang="ko">misol</name>
1112
<name xml:lang="en">misol</name>

modules/message/simple_world/skin.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
<title xml:lang="en">Rectangular World</title>
55
<description xml:lang="ko">깔끔한 면과 그림자를 이용한 메시지 스킨</description>
66
<description xml:lang="en">Simple rectangular planes and shadows</description>
7-
<version>0.2</version>
8-
<date>2017-02-07</date>
7+
<version>0.3.2</version>
8+
<date>2021-02-18</date>
9+
<license>GPLv2</license>
910
<author email_address="misol.kr@gmail.com" link="https://github.com/misol">
1011
<name xml:lang="ko">misol</name>
1112
<name xml:lang="en">misol</name>

0 commit comments

Comments
 (0)