This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* this: */ | |
#page_actions{ | |
height:35px; | |
@include fixclear; | |
@include helvetica-neue; | |
font-size:13px; | |
ul{ | |
@include menu; | |
float:right; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--[if lt IE 7]> | |
<script src="../js/dd_belatedpng.js?v=1"></script> | |
<script> | |
// use class="png_bg" on elements that should be caught by this | |
DD_belatedPNG.fix('.png_bg, img'); | |
</script> | |
<![endif]--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#footer{ | |
border-top: 2px solid #b0320e; | |
border-bottom: 6px solid #b0320e; | |
background:#E36329 url(/_images/students/bg-footer.png) repeat-x; | |
@include linear-gradient(color-stops(#dc4d24,#e29623), top); | |
.footer_content{ | |
border-right:1px dotted #f1a080; | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sent mail to [email protected] (38ms) | |
There was an error delivering an inquiry notification. | |
Address family not supported by protocol - socket(2) | |
Rendered .bundle/gems/ruby/1.8/gems/refinerycms-inquiries-0.9.8.9/app/views/inquiry_mailer/confirmation.html.erb (0.7ms) | |
There was an error delivering an inquiry confirmation: | |
ActionView::Template::Error | |
Redirected to http://[redacted]/contact/thank_you | |
Completed 302 Found in 491ms |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def instructors | |
faculty = [] | |
courses.collect do |course| | |
course.instructors.collect do |i| | |
faculty << i | |
end | |
course.visiting_faculty.collect do |v| | |
faculty << v | |
end | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#content{ | |
@include column(18,true); | |
background:url(/images/filename/bg-white-opacity-55.png); | |
p{ | |
line-height:1.6; | |
margin:0 0 15px; | |
} | |
a{ | |
color:$sienna; | |
text-decoration:none; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"{:line_comments=>true, :template_location=>[[\"/Users/joe/Projects/SpoonFeed/public/stylesheets/sass\", \"/Users/joe/Projects/SpoonFeed/public/stylesheets\"], [\"/Users/joe/Projects/SpoonFeed/public/stylesheets/sass\", \"/Users/joe/Projects/SpoonFeed/public/soapbox/_css\"], [\"/Users/joe/.rvm/gems/ruby-1.8.7-p302@spoonfeed/gems/compass-0.10.5/frameworks/blueprint/stylesheets\", \"/Users/joe/Projects/SpoonFeed/public/soapbox/_css\"], [\"/Users/joe/.rvm/gems/ruby-1.8.7-p302@spoonfeed/gems/compass-0.10.5/frameworks/_blueprint_deprecated_imports/stylesheets\", \"/Users/joe/Projects/SpoonFeed/public/soapbox/_css\"], [\"/Users/joe/.rvm/gems/ruby-1.8.7-p302@spoonfeed/gems/compass-0.10.5/frameworks/compass/stylesheets\", \"/Users/joe/Projects/SpoonFeed/public/soapbox/_css\"], [\"/Users/joe/.rvm/gems/ruby-1.8.7-p302@spoonfeed/gems/compass-0.10.5/frameworks/_compass_deprecated_imports/stylesheets\", \"/Users/joe/Projects/SpoonFeed/public/soapbox/_css\"]], :css_location=>\"/Users/joe/Projects/SpoonFeed/public/styleshee |
OlderNewer