Skip to content

Commit

Permalink
size tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalronin committed Mar 8, 2009
1 parent 038b640 commit 18e54d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/models/word.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions public/stylesheets/sass/parlour_tag.sass
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 18e54d5

Please sign in to comment.