diff options
author | Jef van Schendel <mail@jefvanschendel.nl> | 2012-01-05 21:42:56 +0100 |
---|---|---|
committer | Jef van Schendel <mail@jefvanschendel.nl> | 2012-01-05 21:42:56 +0100 |
commit | d2fce291b535ab5f36c8cc6e4bd9648373e39ef8 (patch) | |
tree | 710f9d767fd6fbb35d89cd2ec2b150fb5f3fc53e /extlib/960.gs/README.txt | |
parent | 34b4090cbf1f6ea62b9127f0ac96e748ad22b668 (diff) | |
parent | 7df9f45c32d7fd2ae5ae6c137ebf96437f764323 (diff) | |
download | mediagoblin-d2fce291b535ab5f36c8cc6e4bd9648373e39ef8.tar.lz mediagoblin-d2fce291b535ab5f36c8cc6e4bd9648373e39ef8.tar.xz mediagoblin-d2fce291b535ab5f36c8cc6e4bd9648373e39ef8.zip |
Fix merge conflicts
Diffstat (limited to 'extlib/960.gs/README.txt')
-rwxr-xr-x | extlib/960.gs/README.txt | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/extlib/960.gs/README.txt b/extlib/960.gs/README.txt deleted file mode 100755 index da0ea86f..00000000 --- a/extlib/960.gs/README.txt +++ /dev/null @@ -1,54 +0,0 @@ -=============== -960 GRID SYSTEM -=============== - -Created by Nathan Smith. See the official site for more info: http://960.gs/ - -============================================================================ - -To install the Adobe Fireworks extension, simply double-click the *.mxp file -included in the /fireworks_extension directory. If you are running Windows 7 -you will need admin permissions in order to install this extension properly. - -============================================================================ - -Thank you for downloading the 960 Grid System. I hope it helps to streamline -web development workflow. Enclosed in the bundle are printable sketch sheets -and template files for Adobe Fireworks and Photoshop, OmniGraffle and Visio. - -Also included is a lightweight CSS file, which contains the grid dimensions. -To use this file, simply include the 960.css in the <head> of the HTML page. -You may also use the reset.css and text.css files, or opt to leave them out. -Here is an example of the XHTML code necessary to incorporate the CSS files: - -<head> -<link rel="stylesheet" type="text/css" media="all" href="css/reset.css" /> -<link rel="stylesheet" type="text/css" media="all" href="css/text.css" /> -<link rel="stylesheet" type="text/css" media="all" href="css/960.css" /> -</head> - -It is worth noting that these styles do not automatically make up a finished -site design. They are simply a starting point, ideally for rapid prototyping -or as a basis for creating your own designs. You should not feel constrained -by the way I have built the initial code. If you disagree with how something -has been done, feel free to revise it for the needs of your particular site. - -The files in the 960 Grid System are free of charge, licensed under MIT/GPL. - -============================================================================ - -Note that if you are building a site in a language which reads from right to -left, use the CSS files that end in "_rtl.css" instead. Denote the language: - -<html lang="..." dir="rtl"> - -Be sure to replace "..." with the appropriate two-letter abbreviation of the -language you are using. Example: lang="he" for Hebrew, lang="ar" for Arabic. - -============================================================================ - -GPL license: -http://www.gnu.org/licenses/gpl.html - -MIT license: -http://www.opensource.org/licenses/mit-license.php
\ No newline at end of file |