@@ -128,7 +128,7 @@ def db_get():
start()
-r_ver = '2.0.5b'
+r_ver = '2.0.5c'
db_ex('select data from other where name = "version"')
version = db_get()
@@ -87,6 +87,7 @@
* 코드 및 테이블 통합 (진행)
* 팝업 각주 (완료)
* 디자인 분리 (완료)
+ * 기자인 기능 분리 (진행)
* 기타 등등 (진행)
## 계속
@@ -107,7 +108,7 @@
----
## 기타
- * 최신 버전 - v2.0.5b
+ * 최신 버전 - v2.0.5c
## 개발 이념
@@ -133,6 +133,7 @@ blockquote {
display:table;
border:2px dashed #ccc;
border-left:5px solid #52A9BD;
+ background-image: url('/views/img/quote.png');
background-position:calc(100% - 10px) 10px;
background-repeat:no-repeat;
background-size:25px;