2DU 9 yıl önce
ebeveyn
işleme
4f8515ff64
3 değiştirilmiş dosya ile 4 ekleme ve 2 silme
  1. 1 1
      app.py
  2. 2 1
      version.md
  3. 1 0
      views/css/style.css

+ 1 - 1
app.py

@@ -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()

+ 2 - 1
version.md

@@ -87,6 +87,7 @@
  * 코드 및 테이블 통합 (진행)
  * 팝업 각주 (완료)
  * 디자인 분리 (완료)
+  * 기자인 기능 분리 (진행)
  * 기타 등등 (진행)
  
 ## 계속
@@ -107,7 +108,7 @@
 
 ----
 ## 기타
- * 최신 버전 - v2.0.5b
+ * 최신 버전 - v2.0.5c
 
 ----
 ## 개발 이념

+ 1 - 0
views/css/style.css

@@ -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;