Browse Source

CSS 한 줄 추가

Surplus_Up (2DU) 6 years ago
parent
commit
2918a7098e
3 changed files with 3 additions and 3 deletions
  1. 1 1
      route/tool/func.py
  2. 1 1
      version.json
  3. 1 1
      views/main_css/css/main.css

+ 1 - 1
route/tool/func.py

@@ -499,7 +499,7 @@ def other2(data):
         data += ['']
         data += ['']
 
 
     req_list = ''
     req_list = ''
-    main_css_ver = 22
+    main_css_ver = 23
 
 
     if not 'main_css_load' in flask.session or not 'main_css_ver' in flask.session or flask.session['main_css_ver'] != main_css_ver:
     if not 'main_css_load' in flask.session or not 'main_css_ver' in flask.session or flask.session['main_css_ver'] != main_css_ver:
         for i_data in os.listdir(os.path.join("views", "main_css", "css")):
         for i_data in os.listdir(os.path.join("views", "main_css", "css")):

+ 1 - 1
version.json

@@ -1,6 +1,6 @@
 {
 {
     "master" : {
     "master" : {
-        "r_ver" : "v3.1.7-stable-01",
+        "r_ver" : "v3.1.8-master-01",
         "c_ver" : "3172800",
         "c_ver" : "3172800",
         "s_ver" : "8"
         "s_ver" : "8"
     }, "stable" : {
     }, "stable" : {

+ 1 - 1
views/main_css/css/main.css

@@ -38,7 +38,7 @@ hr.main_hr { border: none; margin-top: 8px; margin-bottom: 8px; }
 #toc_title { font-size: 18px; }
 #toc_title { font-size: 18px; }
 blockquote { background-image: url(/views/acme/img/quote.png); background-position: calc(100% - 10px) 10px; background-repeat: no-repeat; background-size: 25px; }
 blockquote { background-image: url(/views/acme/img/quote.png); background-position: calc(100% - 10px) 10px; background-repeat: no-repeat; background-size: 25px; }
 #admin_log_search { width: 100px; }
 #admin_log_search { width: 100px; }
-@media (max-width: 768px) { table { min-width: 100%; }}
+@media (max-width: 768px) { table { min-width: 100%; } .table_safe { min-width: 100%; }}
 @media (max-width: 400px) { .foot_plus { width: 80%; right: calc(100% - 92%); }}
 @media (max-width: 400px) { .foot_plus { width: 80%; right: calc(100% - 92%); }}
 @media (max-height: 400px) { .foot_plus { height: 80%; top: calc(100% - 92%); }}
 @media (max-height: 400px) { .foot_plus { height: 80%; top: calc(100% - 92%); }}
 .foot_in { overflow-y: scroll; height: calc(100% - 20px); }
 .foot_in { overflow-y: scroll; height: calc(100% - 20px); }