
In essence, tests are not an importable submodule anymore but an independent piece of code that won't be installed in a user's site-packages directory.
70 lines
698 B
CSS
70 lines
698 B
CSS
.a .span12 {
|
|
width: 276px;
|
|
}
|
|
.a .span11 {
|
|
width: 252px;
|
|
}
|
|
.a .span10 {
|
|
width: 228px;
|
|
}
|
|
.a .span9 {
|
|
width: 204px;
|
|
}
|
|
.a .span8 {
|
|
width: 180px;
|
|
}
|
|
.a .span7 {
|
|
width: 156px;
|
|
}
|
|
.a .span6 {
|
|
width: 132px;
|
|
}
|
|
.a .span5 {
|
|
width: 108px;
|
|
}
|
|
.a .span4 {
|
|
width: 84px;
|
|
}
|
|
.a .span3 {
|
|
width: 60px;
|
|
}
|
|
.a .span2 {
|
|
width: 36px;
|
|
}
|
|
.a .span1 {
|
|
width: 12px;
|
|
}
|
|
.span3 {
|
|
width: 60px;
|
|
}
|
|
.span2 {
|
|
width: 36px;
|
|
}
|
|
.span1 {
|
|
width: 12px;
|
|
}
|
|
.nested {
|
|
padding: 1px;
|
|
}
|
|
.nested .span3 {
|
|
width: 60px;
|
|
}
|
|
.nested .span2 {
|
|
width: 36px;
|
|
}
|
|
.nested .span1 {
|
|
width: 12px;
|
|
}
|
|
.nested .deep {
|
|
padding: 1px;
|
|
}
|
|
.nested .deep .span3 {
|
|
width: 60px;
|
|
}
|
|
.nested .deep .span2 {
|
|
width: 36px;
|
|
}
|
|
.nested .deep .span1 {
|
|
width: 12px;
|
|
}
|