Skip to content

Commit

Permalink
move style block to external css file
Browse files Browse the repository at this point in the history
  • Loading branch information
koenpunt committed Oct 27, 2016
1 parent b9f0d65 commit 2f59cde
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 28 deletions.
15 changes: 15 additions & 0 deletions public/docsupport/style.css
Expand Up @@ -202,3 +202,18 @@ i { font-style: italic; }
padding-left: 27px;
text-decoration: none;
}

.select,
.chosen-select,
.chosen-select-no-single,
.chosen-select-no-results,
.chosen-select-deselect,
.chosen-select-rtl,
.chosen-select-width {
width: 350px;
}

.jquery-version-refer {
margin-top: 40px;
font-style: italic;
}
13 changes: 1 addition & 12 deletions public/index.html
Expand Up @@ -7,19 +7,8 @@
<link rel="stylesheet" href="docsupport/prism.css">
<link rel="stylesheet" href="chosen.css">

<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' https://ajax.googleapis.com; style-src 'self' 'sha256-73t6wDeox0rhIyLfISCnfM7yzITvmDhSErVn+wwjOmo='; img-src 'self' data:">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' https://ajax.googleapis.com; style-src 'self'; img-src 'self' data:">

<style type="text/css" media="all">
.select,
.chosen-select,
.chosen-select-no-single,
.chosen-select-no-results,
.chosen-select-deselect,
.chosen-select-rtl,
.chosen-select-width {
width: 350px;
}
</style>
</head>
<body>
<form>
Expand Down
17 changes: 1 addition & 16 deletions public/index.proto.html
Expand Up @@ -7,23 +7,8 @@
<link rel="stylesheet" href="docsupport/prism.css">
<link rel="stylesheet" href="chosen.css">

<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' https://ajax.googleapis.com; style-src 'self' 'sha256-MzlZlLruPmzLm/yy8z6yCpmyo5QSe/SURdcVrrJx880='; img-src 'self' data:">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' https://ajax.googleapis.com; style-src 'self'; img-src 'self' data:">

<style type="text/css" media="all">
.select,
.chosen-select,
.chosen-select-no-single,
.chosen-select-no-results,
.chosen-select-deselect,
.chosen-select-rtl,
.chosen-select-width {
width: 350px;
}
.jquery-version-refer {
margin-top: 40px;
font-style: italic;
}
</style>
</head>
<body>
<div id="container">
Expand Down

0 comments on commit 2f59cde

Please sign in to comment.