small tweaks

This commit is contained in:
Sacha Greif 2014-09-16 09:15:41 +09:00
parent cec0dd5a43
commit 09f06aafd8
5 changed files with 69 additions and 43 deletions

View file

@ -1,8 +1,10 @@
## v0.9.3 “UpdateScope”
## v0.9.4 “UpdateScope”
* Removed unneeded allow insert on Posts and Comments.
* Renaming `postMeta` template to `postInfo` to avoid ambiguity.
* Fixing avatar code.
* Adding update prompt package.
* Upgrading to Meteor 0.9.2.
## v0.9.3 “DailyScope”

View file

@ -3,7 +3,7 @@
}
.post-thumbnail-link{
display: inline-block;
display: block;
margin-right: 10px;
position: relative;
overflow: hidden;

View file

@ -614,7 +614,7 @@ em {
/* line 267, ../scss/modules/_posts.scss */
.post-info {
padding: 13px 0; }
padding: 10px 0; }
/* line 270, ../scss/modules/_posts.scss */
.post-content {

View file

@ -265,7 +265,7 @@
}
}
.post-info{
padding:$grid-padding - 2px 0;
padding:$grid-padding - 5px 0;
}
.post-content{
min-height:$grid-unit - 30px;

View file

@ -2,6 +2,10 @@
"dependencies": [
[
"application-configuration",
"1.0.2"
],
[
"base64",
"1.0.0"
],
[
@ -10,12 +14,16 @@
],
[
"blaze",
"1.0.3"
"2.0.0"
],
[
"blaze-tools",
"1.0.0"
],
[
"boilerplate-generator",
"1.0.0"
],
[
"callback-hook",
"1.0.0"
@ -24,17 +32,21 @@
"check",
"1.0.0"
],
[
"ddp",
"1.0.8"
],
[
"deps",
"1.0.1"
"1.0.3"
],
[
"ejson",
"1.0.0"
"1.0.2"
],
[
"follower-livedata",
"1.0.0"
"1.0.1"
],
[
"geojson-utils",
@ -46,11 +58,11 @@
],
[
"htmljs",
"1.0.0"
"1.0.1"
],
[
"http",
"1.0.3"
"1.0.5"
],
[
"id-map",
@ -58,19 +70,19 @@
],
[
"iron:core",
"0.3.2"
"0.3.4"
],
[
"iron:dynamic-template",
"0.3.0"
"0.4.1"
],
[
"iron:layout",
"0.3.0"
"0.4.1"
],
[
"iron:router",
"0.9.1"
"0.9.3"
],
[
"jquery",
@ -80,33 +92,29 @@
"json",
"1.0.0"
],
[
"livedata",
"1.0.7"
],
[
"logging",
"1.0.2"
],
[
"meteor",
"1.0.2"
],
[
"minifiers",
"1.0.2"
],
[
"minimongo",
"1.0.1"
],
[
"mongo-livedata",
"1.0.3"
],
[
"meteor",
"1.1.0"
],
[
"minifiers",
"1.1.0"
],
[
"minimongo",
"1.0.3"
],
[
"mongo",
"1.0.5"
],
[
"observe-sequence",
"1.0.1"
"1.0.2"
],
[
"ordered-dict",
@ -118,7 +126,11 @@
],
[
"reactive-dict",
"1.0.0"
"1.0.2"
],
[
"reactive-var",
"1.0.1"
],
[
"retry",
@ -126,15 +138,15 @@
],
[
"routepolicy",
"1.0.0"
"1.0.1"
],
[
"spacebars",
"1.0.0"
"1.0.1"
],
[
"spacebars-compiler",
"1.0.1"
"1.0.2"
],
[
"telescope-base",
@ -150,22 +162,34 @@
],
[
"templating",
"1.0.4"
"1.0.6"
],
[
"tracker",
"1.0.2"
],
[
"ui",
"1.0.0"
"1.0.2"
],
[
"underscore",
"1.0.0"
],
[
"url",
"1.0.0"
],
[
"webapp",
"1.0.2"
"1.1.1"
],
[
"webapp-hashing",
"1.0.0"
]
],
"pluginDependencies": [],
"toolVersion": "meteor-tool@1.0.26",
"toolVersion": "meteor-tool@1.0.30",
"format": "1.0"
}