Skip to content

Commit

Permalink
Flickr attribution now works
Browse files Browse the repository at this point in the history
  • Loading branch information
Davis W. Frank committed Oct 4, 2010
1 parent 9e3ddce commit ace7525
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
3 changes: 2 additions & 1 deletion keydown.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Davis W. Frank"]
s.date = %q{2010-09-27}
s.date = %q{2010-10-04}
s.default_executable = %q{keydown}
s.description = %q{Another HTML5 presentation generator}
s.email = %q{dwfrank+github@infe.ws}
Expand Down Expand Up @@ -52,6 +52,7 @@ Gem::Specification.new do |s|
"templates/generate/css/%presentation_name%.css",
"templates/generate/css/rocks.css",
"templates/generate/images/.empty_directory",
"templates/generate/images/flickr.png",
"templates/generate/js/%presentation_name%.js",
"templates/generate/js/rocks.js",
"templates/keydown.css.erb",
Expand Down
Binary file added templates/generate/images/flickr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 9 additions & 6 deletions templates/keydown.css.erb
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,18 @@ section.bulleted ul {
<% end %>

.attribution {
border: 1px solid black;
border-radius: 8px;
font-size: 24px;
position: fixed;
bottom: 8px;
left: 40px;
}

.attribution.flickr {
/*background-image: url(../images/flickr.jpg)*/
padding-left: 30px;
position: fixed;
bottom: 8px;
background: url(../images/flickr.png) left top no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
background-size: contain;
padding-left: 60px;
}

.hidden {
Expand Down
2 changes: 1 addition & 1 deletion templates/rocks/index.rhtml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<div id="presentation-counter"></div>
<div class="slides">
<!--
First slide has Title, Instrucsions & options. Remove (or display:none) this slide if you like
First slide has Title, Instructions & options. Remove (or display:none) this slide if you like
-->
<div class="slide">
<section class="middle">
Expand Down

0 comments on commit ace7525

Please sign in to comment.