fix(app): remove IE6/7 CSS hacks · yeoman/generator-angular@81a42bc

This repository was archived by the owner on Mar 26, 2018. It is now read-only.

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -31,7 +31,6 @@

3131
3232

body {

3333

max-width: 500px;

34-

_width: 500px;

3534

padding: 30px 20px 50px;

3635

border: 1px solid #b3b3b3;

3736

border-radius: 4px;

@@ -65,7 +64,6 @@

6564
6665

.container {

6766

max-width: 380px;

68-

_width: 380px;

6967

margin: 0 auto;

7068

}

7169

@@ -114,9 +112,6 @@

114112

-webkit-appearance: none;

115113

-moz-appearance: none;

116114

appearance: none;

117-

*overflow: visible;

118-

*display: inline;

119-

*zoom: 1;

120115

}

121116
122117

#goog-wm-sb:hover,