summaryrefslogtreecommitdiff
path: root/templates/project/assets/stylesheets/application.scss
diff options
context:
space:
mode:
authorDaniel Beauchamp <daniel.beauchamp@gmail.com>2015-06-08 11:07:46 -0400
committerDaniel Beauchamp <daniel.beauchamp@gmail.com>2015-06-08 11:07:46 -0400
commitca2dad41cdbfb766028de64b83a1623f2f9e372e (patch)
treeb3bc5e0bc9cad12ca2e20bfdb66bcf557082506d /templates/project/assets/stylesheets/application.scss
parent56162f61948fe86f5933dd4ebca0f8865e905b30 (diff)
parent6c58c68705c5201873958504a141105b826dae79 (diff)
Merge pull request #360 from liln/master
Upgrade gridster.js to v0.5.1
Diffstat (limited to 'templates/project/assets/stylesheets/application.scss')
-rw-r--r--templates/project/assets/stylesheets/application.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/project/assets/stylesheets/application.scss b/templates/project/assets/stylesheets/application.scss
index 091ac69..451f03e 100644
--- a/templates/project/assets/stylesheets/application.scss
+++ b/templates/project/assets/stylesheets/application.scss
@@ -144,9 +144,9 @@ h3 {
}
.widget {
- padding: 25px 12px;
text-align: center;
- width: 100%;
+ width: inherit;
+ height: inherit;
display: table-cell;
vertical-align: middle;
}