e0bd33d53add6b2f66f405788c298c0be9dfb76a
1 Compass Layout-gala plugin
2 ==========================
4 Collection of 40 CSS layouts styling a single HTML markup, without hacks
5 nor workarounds and a good cross-browser compatibility.
7 The layouts uses techniques like negative margins, any order columns and
8 opposite floats.
10 <http://blog.html.it/layoutgala/>
11 <http://www.alistapart.com/articles/negativemargins/>
12 <http://www.positioniseverything.net/articles/onetruelayout/anyorder>
15 Installation
16 ============
18 From the command line:
20 sudo gem install compass-layoutgala-plugin
22 Add to a project (rails: compass.config, other: config.rb):
24 require 'compass-layoutgala-plugin'
26 Or create a new project:
28 compass create project_directory --using layoutgala
31 Copyright and Licensing
32 =======================
34 Copyright (C) 2011 Jonas Smedegaard <dr@jones.dk>
36 This program is free software: you can redistribute it and/or modify
37 it under the terms of the GNU General Public License as published by
38 the Free Software Foundation, either version 3 of the License, or
39 (at your option) any later version.
41 This program is distributed in the hope that it will be useful,
42 but WITHOUT ANY WARRANTY; without even the implied warranty of
43 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
44 GNU General Public License for more details.
46 You should have received a copy of the GNU General Public License
47 along with this program. If not, see <http://www.gnu.org/licenses/>.
