Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GIP RENATER
switch-wayf
Commits
a05cf3a6
Commit
a05cf3a6
authored
Aug 26, 2011
by
haemmer
Browse files
Added hack for IE < 9
parent
e4dfab21
Changes
1
Show whitespace changes
Inline
Side-by-side
css/default-styles.css
View file @
a05cf3a6
...
...
@@ -40,14 +40,19 @@ a:focus, a:hover, a:active {
-moz-border-radius
:
13px
;
overflow
:
hidden
;
padding
:
24px
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
Shadow
(
color
=
'#CCCCCC'
,
Direction
=
0
,
Strength
=
5
)
progid
:
DXImageTransform
.
Microsoft
.
Shadow
(
color
=
'#CCCCCC'
,
Direction
=
45
,
Strength
=
4
)
progid
:
DXImageTransform
.
Microsoft
.
Shadow
(
color
=
'#CCCCCC'
,
Direction
=
90
,
Strength
=
5
)
progid
:
DXImageTransform
.
Microsoft
.
Shadow
(
color
=
'#CCCCCC'
,
Direction
=
135
,
Strength
=
4
)
progid
:
DXImageTransform
.
Microsoft
.
Shadow
(
color
=
'#CCCCCC'
,
Direction
=
180
,
Strength
=
5
)
progid
:
DXImageTransform
.
Microsoft
.
Shadow
(
color
=
'#CCCCCC'
,
Direction
=
225
,
Strength
=
4
)
progid
:
DXImageTransform
.
Microsoft
.
Shadow
(
color
=
'#CCCCCC'
,
Direction
=
260
,
Strength
=
5
)
progid
:
DXImageTransform
.
Microsoft
.
Shadow
(
color
=
'#CCCCCC'
,
Direction
=
305
,
Strength
=
4
);
}
/* IE 6 hack */
*
html
.box
{
border
:
2px
#969696
solid
;
}
/* IE 7 hack */
*+
html
.box
{
border
:
2px
#969696
solid
;
}
/* IE 8 hack */
@media
\
0
screen
{
.box
{
border
:
2px
#969696
solid
;
}
}
.menu
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment