Rev 175 | Rev 177 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 175 | Rev 176 | ||
---|---|---|---|
Line 198... | Line 198... | ||
198 | ?>
|
198 | ?>
|
199 | }
|
199 | }
|
200 | }
|
200 | }
|
201 | 201 | ||
202 | /* Desktops with small viewport (VGA resolution and less, or toolbars) */
|
202 | /* Desktops with small viewport (VGA resolution and less, or toolbars) */
|
203 | @media all and (max-width: 640px) {
|
203 | @media all and (max-width: 584px) {
|
204 | /* 0.5 to 0.5225s */
|
204 | /* 0.5 to 0.5225s */
|
205 | #connectors { |
205 | #connectors { |
206 | opacity: 0; |
206 | opacity: 0; |
207 | <?php |
207 | <?php |
208 | Mixins::transition('', 'opacity 0s 0.5s linear'); |
208 | Mixins::transition('', 'opacity 0s 0.5s linear'); |