Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
joegatt committed Oct 17, 2013
1 parent 6c10003 commit 17e4ac4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion app/assets/stylesheets/themes/default.css.sass
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,8 @@ blockquote
+pass_media_query('screen-and-min-width-1024px')

iframe
+span-columns(9, 9)
+span-columns(9)
+suffix(3)

article
header
Expand Down
2 changes: 1 addition & 1 deletion app/helpers/resources_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def cut_image_binary(local_file_name, format, aspect_x, aspect_y, width, snap, g
file_name_template = image_record.template_location(aspect_x, aspect_y)
file_name_out = image_record.cut_location(aspect_x, aspect_y, width, snap, gravity, effects)

# Shorthand: small integers are taken to be number of columns rather than absolute width
# Shorthand: small integers are taken to be number of columns rather than absolute width
width = column_width(width) if width <= Settings.styling.total_columns

# The height is derived from the aspect ratio and width.
Expand Down
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ en:

email:
greeting: "Hi %{name}"
signature: 'nembrot.org'
signature: 'joegatt.net'

site:
title: 'joegatt.net'
Expand Down
6 changes: 3 additions & 3 deletions config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ defaults: &defaults
share: true
admin:
name: Joe
email: joe@nembrot.org
email: joe@joegatt.net
monitoring:
name: Joe
email: monitoring@joegatt.net
contact:
name: Joe
email: joe@nembrot.org
email: joe@joegatt.net
mailer:
address: smtp.gmail.com
port: 587
domain: mail.nembrot.org
domain: mail.joegatt.net
google_analytics_key: 'UA-1346274-1'
evernote:
server: https://sandbox.evernote.com
Expand Down

0 comments on commit 17e4ac4

Please sign in to comment.