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
| /* | |
| * CSS TABLES | |
| * ========== | |
| * Simple CSS for HTML Tables | |
| * Author: tilomitra | |
| */ | |
| /* foundational CSS */ | |
| .yui3-table, .yui3-skin-sam .yui3-datatable-table { | |
| /* Remove spacing between table cells (from Normalize.css) */ |
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
| <div class="yui3-input-prepend"> | |
| <span class="yui3-addon">@</span> | |
| <input class="yui3-input-medium" type="text" placeholder="Username"> | |
| </div> | |
| <div class="yui3-input-append"> | |
| <input class="yui3-input-medium" type="text" placeholder="Length of road"> | |
| <span class="yui3-addon">miles to go</span> | |
| </div> |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title></title> | |
| </head> | |
| <body class="yui3-skin-sam"> | |
| <div id="myCal"></div> | |
| <script src="http://yui.yahooapis.com/3.8.1/build/yui/yui-debug.js"></script> |
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 class="yui3-paginator"> | |
| <li><a class="yui3-button prev" href="#">«</a></li> | |
| <li><a class="yui3-button" href="#">1</a></li> | |
| <li><a class="yui3-button yui3-button-active" href="#">2</a></li> | |
| <li><a class="yui3-button" href="#">3</a></li> | |
| <li><a class="yui3-button" href="#">4</a></li> | |
| <li><a class="yui3-button" href="#">5</a></li> | |
| <li><a class="yui3-button next">»</a></li> | |
| </ul> |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <title>Normalize.css: Audio on Android</title> | |
| <meta name="url" content="http://db.tt/LGAblCWx"> | |
| <style> | |
| /* |