forked from camslice/StackLayout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstacklayout_lte_ie7.css
52 lines (52 loc) · 926 Bytes
/
stacklayout_lte_ie7.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
/*
* StackLayout by Campbell McGuiness
*
* http://stacklayout.com/
* http://twitter.com/stacklayout
* http://www.decalcms.com/
* http://workingsoftware.com.au/
*
* This work is licensed under Creative Commons * Attribution-ShareAlike 3.0 Australia License * http://creativecommons.org/licenses/by-sa/3.0/au/
*
* Please retain this credit and let us know if you use StackLayout for inclusion on http://stacklayout.com/who.html
*
*/
.stack,
.stack1of2,
.stack1of3,
.stack2of3,
.stack1of4,
.stack3of4,
.stack1of5,
.stack2of5,
.stack3of5,
.stack4of5,
.stackAuto
{
display:inline;
zoom:1;
word-wrap:break-word;
margin-right:-1px;
_position:relative;
_overflow:hidden;
}
.stackAuto
{
margin-right:0;
}
a,
.stackContent
{
zoom:1;
position:relative;
}
.stackAuto .stackContent
{
display:inline;
position:static;
}
.stackAuto a.stackContent
{
float:left;
}