Skip to content

Commit aad3c1d

Browse files
committed
Merge pull request #571 from Martii/someDepUpdates
Some dep updates Auto-merge
2 parents 60600d9 + 2e13ba8 commit aad3c1d

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"async": "0.9.0",
99
"aws-sdk": "2.0.21",
1010
"body-parser": "1.11.0",
11-
"bootstrap": "3.1.1",
11+
"bootstrap": "3.3.2",
1212
"bootstrap-markdown": "2.8.0",
1313
"compression": "1.4.0",
1414
"connect-mongo": "0.7.0",
@@ -26,7 +26,7 @@
2626
"marked": "0.3.3",
2727
"method-override": "2.3.1",
2828
"moment": "2.9.0",
29-
"mongoose": "3.8.22",
29+
"mongoose": "3.8.23",
3030
"morgan": "1.5.1",
3131
"mu2": "0.5.20",
3232
"octicons": "git://github.com/github/octicons.git#835ee02",
@@ -49,7 +49,7 @@
4949
"passport-windowslive": "1.0.1",
5050
"passport-yahoo": "0.3.0",
5151
"request": "2.53.0",
52-
"sanitize-html": "1.5.2",
52+
"sanitize-html": "1.5.3",
5353
"select2": "3.5.2-browserify",
5454
"select2-bootstrap-css": "1.4.6",
5555
"serve-favicon": "2.2.0",

public/css/common.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ h2.page-heading {
126126
transition: height 0.4s ease;
127127
width: 100%;
128128
z-index: 1039;
129-
height: 0;
130129
background-color: #ebebeb;
131130
bottom: 0;
132131
font-size: 14px;

public/less/bootstrap/oujs-bootswatch.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ body > .navbar {
141141

142142
.reminders .alert.small {
143143
margin-bottom: 0;
144-
padding: (@alert-padding * 0.66)
144+
padding-top: floor((@alert-padding * 0.66));
145+
padding-bottom: floor((@alert-padding * 0.66));
145146
}
146147

147148
.reminders .alert.small .close {

views/pages/newScriptPage.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,36 +26,36 @@ <h2><i class="fa fa-tags"></i> Script Metadata</h2>
2626
</div>
2727
<h3>OpenUserJS.org Supported</h3>
2828
<div class="list-group script-metadata-definitions">
29-
<div class="list-group-item active">
29+
<div class="list-group-item">
3030
<h4 class="list-group-item-heading"><code>@description This script even does the laundry!</code></h4>
3131
<p class="list-group-item-text">Specially formatted on the script page. Last value shown.</p>
3232
</div>
3333

34-
<div class="list-group-item active">
34+
<div class="list-group-item">
3535
<h4 class="list-group-item-heading"><code>@copyright Year, Author (Author Website)</code></h4>
3636
<p class="list-group-item-text">Specially formatted on the script page. All values shown in reverse order.</p>
3737
</div>
38-
<div class="list-group-item active">
38+
<div class="list-group-item">
3939
<h4 class="list-group-item-heading"><code>@icon url</code></h4>
4040
<p class="list-group-item-text">A url or data url. Resolution should be near 48px by 48px, Used in the script list page at 16px and on the script page at ~45px. Last value is shown.</p>
4141
</div>
42-
<div class="list-group-item active">
42+
<div class="list-group-item">
4343
<h4 class="list-group-item-heading"><code>@license License Type; License Homepage</code></h4>
4444
<p class="list-group-item-text">Specially formatted on the script page. All values shown in reverse order. If absent MIT License (Expat) is implied. See <a href="/about/Terms-of-Service#licensing">licensing terms</a> for specifics.</p>
4545
</div>
46-
<div class="list-group-item active">
46+
<div class="list-group-item">
4747
<h4 class="list-group-item-heading"><code>@homepageURL url</code></h4>
4848
<p class="list-group-item-text">A url of http, https or mailto protocol. Specially formatted on the script page. All values shown in reverse order.</p>
4949
</div>
50-
<div class="list-group-item active">
50+
<div class="list-group-item">
5151
<h4 class="list-group-item-heading"><code>@supportURL url</code></h4>
5252
<p class="list-group-item-text">A url of http, https or mailto protocol. Specially formatted on the script page. Last value shown.</p>
5353
</div>
54-
<div class="list-group-item inactive">
54+
<div class="list-group-item">
5555
<h4 class="list-group-item-heading"><code>@oujs:author {{#authedUser}}{{authedUser.name}}{{/authedUser}}{{^authedUser}}username{{/authedUser}}</code></h4>
5656
<p class="list-group-item-text">The author of the script. Required to enable <a href="#collaboration">Collaboration</a>. Last value shown. This key may be subject to change.</p>
5757
</div>
58-
<div class="list-group-item inactive">
58+
<div class="list-group-item">
5959
<h4 class="list-group-item-heading"><code>@oujs:collaborator username</code></h4>
6060
<p class="list-group-item-text">May be defined multiple times. Required for <a href="#collaboration">Collaboration</a>. All values shown in reverse order. This key may be subject to change.</p>
6161
</div>

0 commit comments

Comments
 (0)