mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
도움말 페이지 다듬기2
This commit is contained in:
parent
7ab7977d1a
commit
8d77e3258b
1 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
|
||||
<title>XE Admin Help</title>
|
||||
<link rel="stylesheet" href="../common/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="../../common/css/bootstrap.min.css">
|
||||
<style>
|
||||
/* Font */
|
||||
@font-face{font-family:NG;src:url(https://themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot);src:local(※),url(https://themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff) format('woff')}
|
||||
|
|
@ -81,7 +81,7 @@ body{overflow:auto}
|
|||
.h3>h2{font-size:14px;line-height:1.8;color:#666}
|
||||
.table{border-bottom:1px solid #ddd}
|
||||
.table>caption{font-weight:bold;text-align:left;line-height:32px}
|
||||
.content a[target="_blank"]:after{content:"";display:inline-block;width:14px;height:14px;vertical-align:middle;margin:-2px 0 0 2px;background:url(../common/img/glyphicons-halflings.png) no-repeat -120px -72px;opacity:.3;filter:alpha(opacity=30)}
|
||||
.content a[target="_blank"]:after{content:"";display:inline-block;width:14px;height:14px;vertical-align:middle;margin:-2px 0 0 2px;background:url(../../common/img/glyphicons-halflings.png) no-repeat -120px -72px;opacity:.3;filter:alpha(opacity=30)}
|
||||
.content a[target="_blank"]:hover:after,
|
||||
.content a[target="_blank"]:focus:after{opacity:.7;filter:alpha(opacity=70)}
|
||||
.content figure{border:1px solid #ddd;border-radius:4px;padding:10px;box-shadow:0 0 3px #ccc;margin-left:0;margin-right:0}
|
||||
|
|
@ -1317,7 +1317,7 @@ body,table,input,textarea,select,button{font-family:나눔고딕,NanumGothic,NG,
|
|||
</li>
|
||||
<li> mv 명령어를 사용해서 생성된 xe 디렉터리의 하위 내용을 root 디렉터리로 옮깁니다. 그러면 도메인 경로로 웹 페이지에 접근할 수 있습니다.
|
||||
<p>mv xe/* .</p>
|
||||
<p>이때, 명령어 마지막의 점(.)을 빠트리지 않도록 주의합니다.</br>
|
||||
<p>이때, 명령어 마지막의 점(.)을 빠트리지 않도록 주의합니다.<br />
|
||||
.htaccess 파일은 '*'로 옮겨지지 않을 수 있으므로 아래와 같이 한번더 합니다. '.htaccess' 파일은 짧은주소를 사용하기 위해 필요합니다.</p>
|
||||
<p>mv xe/.htaccess .</p>
|
||||
<figure> <img src="img/image057.jpg" width="548" height="577" alt="CMD Prompt 화면"> </figure>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue