Skip to content

Commit a8607b3

Browse files
authored
Merge pull request #24 from noisebridge/bjk/update_npm
Update some npm packages
2 parents cec1b24 + 587604c commit a8607b3

File tree

8 files changed

+3209
-3256
lines changed

8 files changed

+3209
-3256
lines changed

static/dist/all.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
21.1 KB
Loading

static/dist/images/header1.jpg

22.8 KB
Loading
15 KB
Loading
480 KB
Loading

static/dist/main.css

Lines changed: 44 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ th {
10521052

10531053
html {
10541054
font-size: 10px;
1055-
-webkit-tap-highlight-color: transparent; }
1055+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
10561056

10571057
body {
10581058
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
@@ -2353,49 +2353,49 @@ input[type="search"] {
23532353
input[type="datetime-local"].form-control,
23542354
input[type="month"].form-control {
23552355
line-height: 34px; }
2356-
input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
2357-
.input-group-sm > input[type="date"].input-group-addon,
2358-
.input-group-sm > .input-group-btn > input[type="date"].btn,
2356+
input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
2357+
.input-group-sm > input.input-group-addon[type="date"],
2358+
.input-group-sm > .input-group-btn > input.btn[type="date"],
23592359
.input-group-sm input[type="date"],
23602360
input[type="time"].input-sm,
2361-
.input-group-sm > input[type="time"].form-control,
2362-
.input-group-sm > input[type="time"].input-group-addon,
2363-
.input-group-sm > .input-group-btn > input[type="time"].btn,
2361+
.input-group-sm > input.form-control[type="time"],
2362+
.input-group-sm > input.input-group-addon[type="time"],
2363+
.input-group-sm > .input-group-btn > input.btn[type="time"],
23642364
.input-group-sm
23652365
input[type="time"],
23662366
input[type="datetime-local"].input-sm,
2367-
.input-group-sm > input[type="datetime-local"].form-control,
2368-
.input-group-sm > input[type="datetime-local"].input-group-addon,
2369-
.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
2367+
.input-group-sm > input.form-control[type="datetime-local"],
2368+
.input-group-sm > input.input-group-addon[type="datetime-local"],
2369+
.input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
23702370
.input-group-sm
23712371
input[type="datetime-local"],
23722372
input[type="month"].input-sm,
2373-
.input-group-sm > input[type="month"].form-control,
2374-
.input-group-sm > input[type="month"].input-group-addon,
2375-
.input-group-sm > .input-group-btn > input[type="month"].btn,
2373+
.input-group-sm > input.form-control[type="month"],
2374+
.input-group-sm > input.input-group-addon[type="month"],
2375+
.input-group-sm > .input-group-btn > input.btn[type="month"],
23762376
.input-group-sm
23772377
input[type="month"] {
23782378
line-height: 30px; }
2379-
input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
2380-
.input-group-lg > input[type="date"].input-group-addon,
2381-
.input-group-lg > .input-group-btn > input[type="date"].btn,
2379+
input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
2380+
.input-group-lg > input.input-group-addon[type="date"],
2381+
.input-group-lg > .input-group-btn > input.btn[type="date"],
23822382
.input-group-lg input[type="date"],
23832383
input[type="time"].input-lg,
2384-
.input-group-lg > input[type="time"].form-control,
2385-
.input-group-lg > input[type="time"].input-group-addon,
2386-
.input-group-lg > .input-group-btn > input[type="time"].btn,
2384+
.input-group-lg > input.form-control[type="time"],
2385+
.input-group-lg > input.input-group-addon[type="time"],
2386+
.input-group-lg > .input-group-btn > input.btn[type="time"],
23872387
.input-group-lg
23882388
input[type="time"],
23892389
input[type="datetime-local"].input-lg,
2390-
.input-group-lg > input[type="datetime-local"].form-control,
2391-
.input-group-lg > input[type="datetime-local"].input-group-addon,
2392-
.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
2390+
.input-group-lg > input.form-control[type="datetime-local"],
2391+
.input-group-lg > input.input-group-addon[type="datetime-local"],
2392+
.input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
23932393
.input-group-lg
23942394
input[type="datetime-local"],
23952395
input[type="month"].input-lg,
2396-
.input-group-lg > input[type="month"].form-control,
2397-
.input-group-lg > input[type="month"].input-group-addon,
2398-
.input-group-lg > .input-group-btn > input[type="month"].btn,
2396+
.input-group-lg > input.form-control[type="month"],
2397+
.input-group-lg > input.input-group-addon[type="month"],
2398+
.input-group-lg > .input-group-btn > input.btn[type="month"],
23992399
.input-group-lg
24002400
input[type="month"] {
24012401
line-height: 46px; } }
@@ -2498,9 +2498,9 @@ textarea.input-sm, .input-group-sm > textarea.form-control,
24982498
.input-group-sm > textarea.input-group-addon,
24992499
.input-group-sm > .input-group-btn > textarea.btn,
25002500
select[multiple].input-sm,
2501-
.input-group-sm > select[multiple].form-control,
2502-
.input-group-sm > select[multiple].input-group-addon,
2503-
.input-group-sm > .input-group-btn > select[multiple].btn {
2501+
.input-group-sm > select.form-control[multiple],
2502+
.input-group-sm > select.input-group-addon[multiple],
2503+
.input-group-sm > .input-group-btn > select.btn[multiple] {
25042504
height: auto; }
25052505

25062506
.form-group-sm .form-control {
@@ -2544,9 +2544,9 @@ textarea.input-lg, .input-group-lg > textarea.form-control,
25442544
.input-group-lg > textarea.input-group-addon,
25452545
.input-group-lg > .input-group-btn > textarea.btn,
25462546
select[multiple].input-lg,
2547-
.input-group-lg > select[multiple].form-control,
2548-
.input-group-lg > select[multiple].input-group-addon,
2549-
.input-group-lg > .input-group-btn > select[multiple].btn {
2547+
.input-group-lg > select.form-control[multiple],
2548+
.input-group-lg > select.input-group-addon[multiple],
2549+
.input-group-lg > .input-group-btn > select.btn[multiple] {
25502550
height: auto; }
25512551

25522552
.form-group-lg .form-control {
@@ -2588,18 +2588,14 @@ select[multiple].input-lg,
25882588
text-align: center;
25892589
pointer-events: none; }
25902590

2591-
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
2592-
.input-group-lg > .input-group-addon + .form-control-feedback,
2593-
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
2591+
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
25942592
.input-group-lg + .form-control-feedback,
25952593
.form-group-lg .form-control + .form-control-feedback {
25962594
width: 46px;
25972595
height: 46px;
25982596
line-height: 46px; }
25992597

2600-
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
2601-
.input-group-sm > .input-group-addon + .form-control-feedback,
2602-
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
2598+
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
26032599
.input-group-sm + .form-control-feedback,
26042600
.form-group-sm .form-control + .form-control-feedback {
26052601
width: 30px;
@@ -3628,16 +3624,20 @@ tbody.collapse.in {
36283624
margin-right: 0;
36293625
border-radius: 4px; }
36303626
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
3631-
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
3632-
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
3627+
.nav-tabs-justified > .active > a:hover,
3628+
.nav-tabs.nav-justified > .active > a:hover,
3629+
.nav-tabs-justified > .active > a:focus,
3630+
.nav-tabs.nav-justified > .active > a:focus {
36333631
border: 1px solid #ddd; }
36343632
@media (min-width: 768px) {
36353633
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
36363634
border-bottom: 1px solid #ddd;
36373635
border-radius: 4px 4px 0 0; }
36383636
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
3639-
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
3640-
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
3637+
.nav-tabs-justified > .active > a:hover,
3638+
.nav-tabs.nav-justified > .active > a:hover,
3639+
.nav-tabs-justified > .active > a:focus,
3640+
.nav-tabs.nav-justified > .active > a:focus {
36413641
border-bottom-color: #fff; } }
36423642

36433643
.tab-content > .tab-pane {
@@ -5489,7 +5489,7 @@ button.close {
54895489
color: #fff;
54905490
text-align: center;
54915491
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
5492-
background-color: transparent; }
5492+
background-color: rgba(0, 0, 0, 0); }
54935493
.carousel-control.left {
54945494
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
54955495
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
@@ -5558,7 +5558,7 @@ button.close {
55585558
border-radius: 10px;
55595559
cursor: pointer;
55605560
background-color: #000 \9;
5561-
background-color: transparent; }
5561+
background-color: rgba(0, 0, 0, 0); }
55625562
.carousel-indicators .active {
55635563
margin: 0;
55645564
width: 12px;
@@ -6033,8 +6033,7 @@ nav a:hover {
60336033
.invisible {
60346034
visibility: hidden; }
60356035

6036-
.clearfix:before,
6037-
.clearfix:after {
6036+
.clearfix:before, .clearfix:after {
60386037
content: " ";
60396038
display: table; }
60406039

0 commit comments

Comments
 (0)