equal
deleted
inserted
replaced
|
1 /* -------------------------------------------------------------- |
|
2 |
|
3 css-classes.css |
|
4 * Classes for CSS development |
|
5 |
|
6 See the Readme file in this directory |
|
7 for further instructions. |
|
8 |
|
9 -------------------------------------------------------------- */ |
|
10 |
|
11 .left { float:left; } |
|
12 .right { float:right; } |
|
13 |
|
14 .hide { display:none; } |
|
15 |
|
16 .reset-margin { margin:0; } |
|
17 .reset-padding { padding:0; } |
|
18 .reset { margin:0; padding:0; } |
|
19 |
|
20 .align-justify { text-align:justify; } |
|
21 .align-left { text-align:left; } |
|
22 .align-center { text-align:center; } |
|
23 .align-right { text-align:right; } |
|
24 |