contour 1.2.0.pre6 → 1.2.0.pre7
Sign up to get free protection for your applications and to get access to all the features.
@@ -10,22 +10,3 @@ dt, dd {
|
|
10
10
|
white-space: normal;
|
11
11
|
overflow: visible;
|
12
12
|
}
|
13
|
-
|
14
|
-
/* TODO REMOVE */
|
15
|
-
/*@media (max-width: 480px) {
|
16
|
-
.modal-wrapper {
|
17
|
-
position: absolute;
|
18
|
-
top: 10px;
|
19
|
-
right: 10px;
|
20
|
-
left: 10px;
|
21
|
-
width: auto;
|
22
|
-
margin: 0;
|
23
|
-
z-index: 1050;
|
24
|
-
overflow: visible;
|
25
|
-
}
|
26
|
-
}*/
|
27
|
-
|
28
|
-
/* Fix for IE7 IE8 dropdown menu items */
|
29
|
-
.collapse {
|
30
|
-
overflow: visible;
|
31
|
-
}
|
data/lib/contour/version.rb
CHANGED