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
/** | |
* Twitter CSS3 icon | |
*/ | |
div { | |
padding:20px | |
} | |
#myPhoto { | |
display:block; |
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
/** | |
* Dabblet: CSS speech or tooltip bubble with box shadow | |
* Author: Martin Michálek, twitter.com/machal | |
*/ | |
.bubble { | |
width: 200px; | |
} | |
.bubble_head { |
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
(function($,document,window){ | |
})(jQuery,document,window); |
NewerOlder