File tree 3 files changed +2
-37
lines changed
profiles/web/skeleton/grails-app
3 files changed +2
-37
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,6 @@ html.no-cssgradients {
28
28
background-color : # aaa ;
29
29
}
30
30
31
- .ie6 html {
32
- height : 100% ;
33
- }
34
-
35
31
html * {
36
32
margin : 0 ;
37
33
}
@@ -51,19 +47,6 @@ body {
51
47
background-color : # abbf78 ;
52
48
}
53
49
54
- /* replace with .no-boxshadow body if you have modernizr available */
55
- .ie6 body ,
56
- .ie7 body ,
57
- .ie8 body {
58
- border-color : # 255b17 ;
59
- border-style : solid;
60
- border-width : 0 1px ;
61
- }
62
-
63
- .ie6 body {
64
- height : 100% ;
65
- }
66
-
67
50
a : link , a : visited , a : hover {
68
51
color : # 48802c ;
69
52
}
@@ -297,11 +280,6 @@ ul.one-to-many {
297
280
vertical-align : top;
298
281
}
299
282
300
- .ie6 ul .one-to-many , .ie7 ul .one-to-many {
301
- display : inline;
302
- zoom : 1 ;
303
- }
304
-
305
283
ul .one-to-many li .add {
306
284
list-style-type : none;
307
285
}
@@ -573,11 +551,6 @@ th:hover, tr:hover {
573
551
text-indent : 25px ;
574
552
}
575
553
576
- .ie6 .buttons input .delete , .ie6 .buttons input .edit , .ie6 .buttons input .save ,
577
- .ie7 .buttons input .delete , .ie7 .buttons input .edit , .ie7 .buttons input .save {
578
- padding-left : 36px ;
579
- }
580
-
581
554
.buttons .delete {
582
555
background-image : url(../ images/skin/database_delete.png);
583
556
}
Original file line number Diff line number Diff line change 19
19
border-radius : 0.6em ;
20
20
}
21
21
22
- .ie6 #status {
23
- display : inline ; /* float double margin fix http://www.positioniseverything.net/explorer/doubled-margin.html */
24
- }
25
-
26
22
#status ul {
27
23
font-size : 0.9em ;
28
24
list-style-type : none ;
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- <!-- [if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
3
- <!-- [if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
4
- <!-- [if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]-->
5
- <!-- [if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]-->
6
- <!-- [if (gt IE 9)|!(IE)]><!--> <html lang =" en" class =" no-js" ><!-- <![endif]-->
2
+ <html lang =" en" class =" no-js" >
7
3
<head >
8
4
<meta http-equiv =" Content-Type" content =" text/html; charset=UTF-8" >
9
- <meta http-equiv =" X-UA-Compatible" content =" IE=edge,chrome=1 " >
5
+ <meta http-equiv =" X-UA-Compatible" content =" IE=edge" >
10
6
<title ><g:layoutTitle default =" Grails" /></title >
11
7
<meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
12
8
<asset:stylesheet src =" application.css" />
You can’t perform that action at this time.
0 commit comments