Navigation Menu

Skip to content

Commit

Permalink
Design improvements in administration Scripting section enhancement
Browse files Browse the repository at this point in the history
fix #109
  • Loading branch information
gnujavasergio committed Oct 26, 2018
1 parent 3730ab0 commit 9febc4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/admin/scripting.jsp
Expand Up @@ -8,7 +8,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="Shortcut icon" href="favicon.ico" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/admin-style.css" />
<link rel="stylesheet" type="text/css" href="js/codemirror/lib/codemirror.css" />
<style type="text/css">
.CodeMirror { width: 700px; height: 300px; background-color: #f8f6c2; }
Expand Down Expand Up @@ -119,4 +119,4 @@
</c:otherwise>
</c:choose>
</body>
</html>
</html>

0 comments on commit 9febc4c

Please sign in to comment.