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
| <!-- Mobile meta & links --> | |
| <!-- Reference | |
| Custom Icon and Image Creation Guidelines: | |
| http://developer.apple.com/library/safari/#documentation/UserExperience/Conceptual/MobileHIG/IconsImages/IconsImages.html | |
| Configuring Web Applications: | |
| http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/configuringwebapplications/configuringwebapplications.html |
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
| /* Mixin for Compass - border-image | |
| $border-image([$image-url], [$offsets], [$repeats]) | |
| Example: | |
| @include border-image(url(../my_image.png), 10, stretch) | |
| @include border-image(url(../my_image.png), 10 5 10 5, stretch repeat) | |
| ---------------------------------------- */ | |
| @mixin border-image($url, $offsets, $repeats) { |
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 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
| <!-- saved from url=(0068)http://24ways.org/examples/compose-to-a-vertical-rhythm/example.html --> | |
| <HTML xmlns="http://www.w3.org/1999/xhtml"><HEAD><META http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
| <TITLE>Compose a Vertical Rhythm example</TITLE> | |
| <LINK rel="stylesheet" type="text/css" href="sassy.css" title="sassy"> | |
| <LINK rel="alternate stylesheet" type="text/css" href="original.css" title="original"> | |
| </HEAD><BODY> | |
| <H1>Aboard Minerva off the Coast of New England</H1> |
NewerOlder