This file contains hidden or 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
// my license is | |
// the first block | |
// of commented lines | |
console.log('some code') | |
// not a license, will disappear |
This file contains hidden or 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
# UserVideo | |
# reference :user | |
# reference :video | |
# boolean :favorite | |
class UserVideo < ActiveRecord::Base | |
belongs_to :user | |
belongs_to :video | |
end | |
class Video < ActiveRecord::Base |
This file contains hidden or 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
/* http://tjvantoll.com/2013/04/15/list-of-pseudo-elements-to-style-form-controls/?utm_source=html5weekly&utm_medium=email */ | |
::-webkit-color-swatch { | |
-webkit-filter: invert(100%); | |
} | |
::-webkit-color-swatch-wrapper { | |
padding: 0; | |
} |
This file contains hidden or 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
/* http://tjvantoll.com/2013/04/15/list-of-pseudo-elements-to-style-form-controls/?utm_source=html5weekly&utm_medium=email */ | |
::-webkit-color-swatch { | |
-webkit-filter: invert(100%); | |
} | |
::-webkit-color-swatch-wrapper { | |
padding: 0; | |
} |
This file contains hidden or 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
.stefano { | |
width: 25px; | |
height: 25px; | |
border: 2px solid red; | |
} | |
.stefano { | |
margin: 0 auto; | |
margin-top: 12px; | |
} |
This file contains hidden or 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
#superilya:focus:-ms-input-placeholder { | |
color: red; | |
} |
This file contains hidden or 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
ul { list-style-type: disc; } | |
ul ul { | |
list-style-type: -webkit-toggle(disc, circle, square, box); | |
list-style-type: -ms-toggle(disc, circle, square, box); | |
list-style-type: -moz-toggle(disc, circle, square, box); | |
list-style-type: -o-toggle(disc, circle, square, box); | |
list-style-type: toggle(disc, circle, square, box); | |
} |
This file contains hidden or 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
ul { list-style-type: disc; } | |
ul ul { | |
list-style-type: -webkit-toggle(disc, circle, square, box); | |
list-style-type: -ms-toggle(disc, circle, square, box); | |
list-style-type: -moz-toggle(disc, circle, square, box); | |
list-style-type: -o-toggle(disc, circle, square, box); | |
list-style-type: toggle(disc, circle, square, box); | |
} |
This file contains hidden or 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
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed. | |
Post-install message from engineyard: | |
Thank you for downloading engineyard gem version 2! | |
############ NOTICE when upgrading from 1.x to 2.x ############ | |
First, if you have any trouble, you can uninstall this version to downgrade. | |
This version of the CLI does not affect the web deploy system. | |
Please file a support ticket if you have any issues at: support.cloud.engineyard.com |