From 18e54d53f3913a6f2507edc2aecd6d2188550f73 Mon Sep 17 00:00:00 2001 From: David Salgado Date: Sun, 8 Mar 2009 19:38:15 +0000 Subject: [PATCH] size tweak --- app/models/word.rb | 2 +- public/stylesheets/sass/parlour_tag.sass | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/models/word.rb b/app/models/word.rb index 1419e04..5e027b2 100644 --- a/app/models/word.rb +++ b/app/models/word.rb @@ -15,7 +15,7 @@ def x # distance from top in percentages def y - (coordinates.y * 400).to_i + (coordinates.y * 300).to_i end def colour diff --git a/public/stylesheets/sass/parlour_tag.sass b/public/stylesheets/sass/parlour_tag.sass index 1753d09..8437754 100644 --- a/public/stylesheets/sass/parlour_tag.sass +++ b/public/stylesheets/sass/parlour_tag.sass @@ -1,10 +1,11 @@ @import common.sass #cloud - :width 1000px - :height 800px + :width 900px + :height 700px :margin-top 20px :padding-right 200px + :padding-bottom 100px :background-color black ul li