code_highlighter 에디터 컴포넌트 수정

- HTML모드 전환시 개행이 두배로 늘어나던 문제 수정
- 언어선택에서 HTML을 최상단으로 이동
- PHP/CSS 구문 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3337 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2007-12-14 02:41:39 +00:00
parent d17132422e
commit 96408798bc
5 changed files with 91 additions and 84 deletions

View file

@ -60,7 +60,6 @@
{
list-style: decimal; /* better look for others, override cascade from OL */
list-style-position: outside !important;
border-left: 3px solid #22AAEE;
background-color: #F8F8F8;
color: #5C5C5C;
padding: 0 3px 0 10px !important;
@ -137,7 +136,6 @@
color: silver;
background-color: #f8f8f8;
padding-bottom: 10px;
border-left: 3px solid #22AAEE;
}
.dp-highlighter.nogutter .tools
@ -247,6 +245,7 @@
.dp-css {}
.dp-css .comment { color: green; }
.dp-css .string { color: red; }
.dp-css .value { color: red; }
.dp-css .keyword { color: blue; }
.dp-css .colors { color: darkred; }
.dp-css .vars { color: #d00; }