Skip to content

Commit cba6ec8

Browse files
committed
Merge pull request #14 from RedgooseDev/dev-0.3
파일이름 변경
2 parents b8b5ab7 + 49f74c6 commit cba6ec8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
.JSONEditor > .context[loc=root] > ul > li[role=Type] li[role=String] { display: none; }
7070
.JSONEditor > .context li[role=Type]:after, .JSONEditor > .context li[role=Insert]:after { content: ''; display: block; z-index: 1; width: 5px; height: 8px; margin-top: -4px; position: absolute; right: 10px; top: 50%; background-position: 0 -30px; }
7171
.JSONEditor > pre.preview { position: relative; float: right; width: 49%; min-height: 100px; margin: 0; padding: 12px; border: 1px solid #ccc; font-size: 13px; }
72-
.JSONEditor > pre.preview:before { content: 'Preview'; display: block; position: absolute; padding: 2px 6px 2px 8px; right: 0; top: 0; font-size: 12px; font-weight: 600; font-family: Verdana, sans-serif; color: #666; background: #f5f5f5; border-width: 0 0 1px 1px; border-style: solid; border-color: #ccc; border-bottom-left-radius: 3px; }
72+
.JSONEditor > pre.preview:before { content: 'Preview'; display: block; position: absolute; margin: 0; padding: 2px 6px 2px 8px; right: 0; top: 0; font-size: 12px; font-weight: 600; font-family: Verdana, sans-serif; color: #666; background: #f5f5f5; border-width: 0 0 1px 1px; border-style: solid; border-color: #ccc; border-bottom-left-radius: 3px; }
7373
.JSONEditor.preview > div.index { width: 49%; float: left; overflow: auto; }
7474
.JSONEditor.preview > pre.preview { display: block; }
7575

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
border: 1px solid #ccc;
248248
font-size: 13px;
249249
&:before {
250-
content: 'Preview'; display: block; position: absolute;
250+
content: 'Preview'; display: block; position: absolute; margin: 0;
251251
padding: 2px 6px 2px 8px;
252252
right: 0; top: 0;
253253
font-size: 12px; font-weight: 600; font-family: Verdana, sans-serif; color: #666;

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<title>JSON Manager</title>
6-
<link rel="stylesheet" href="./css/jsonEditor.css" />
6+
<link rel="stylesheet" href="./css/JSONEditor.css" />
77
<link rel="stylesheet" href="./css/extra.css" />
88
</head>
99
<body>

0 commit comments

Comments
 (0)