equal
deleted
inserted
replaced
|
1 /* -------------------------------------------------------------- |
|
2 |
|
3 Blueprint CSS Framework Screen Styles |
|
4 * Version: 0.6 (21.9.2007) |
|
5 * Website: http://code.google.com/p/blueprintcss/ |
|
6 See Readme file in this directory for further instructions. |
|
7 |
|
8 -------------------------------------------------------------- */ |
|
9 |
|
10 @import 'lib/reset.css'; |
|
11 @import 'lib/typography.css'; |
|
12 @import 'lib/grid.css'; |
|
13 @import 'lib/forms.css'; |
|
14 |
|
15 /* Plugins: |
|
16 Additional functionality can be found in the plugins directory. |
|
17 See the readme files for each plugin. Example: |
|
18 @import 'plugins/buttons/buttons.css'; */ |
|
19 |
|
20 /* See the grid: |
|
21 Uncomment the line below to see the grid and baseline. |
|
22 .container { background: url(lib/grid.png); } */ |