Skip to content

Commit

Permalink
Percentages not required for 0% to 100% gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Nov 1, 2012
1 parent 3ef2645 commit a23f503
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion build/theme-gcwu-fegc/css/theme-ie-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/theme-gcwu-fegc/css/theme-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/theme-gcwu-intranet/css/theme-ie-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/theme-gcwu-intranet/css/theme-min.css

Large diffs are not rendered by default.

Expand Up @@ -63,11 +63,11 @@
}
.mb-sm-open {
border-bottom:4px solid #0F315B;
background: linear-gradient(bottom, #EEE 0%, #CCC 100%);
background: -o-linear-gradient(bottom, #EEE 0%, #CCC 100%);
background: -moz-linear-gradient(bottom, #EEE 0%, #CCC 100%);
background: -webkit-linear-gradient(bottom, #EEE 0%, #CCC 100%);
background: -ms-linear-gradient(bottom, #EEE 0%, #CCC 100%);
background: linear-gradient(bottom, #EEE, #CCC);
background: -o-linear-gradient(bottom, #EEE, #CCC);
background: -moz-linear-gradient(bottom, #EEE, #CCC);
background: -webkit-linear-gradient(bottom, #EEE, #CCC);
background: -ms-linear-gradient(bottom, #EEE, #CCC);
li{
background:transparent;
min-height:0;
Expand Down
Expand Up @@ -33,11 +33,11 @@
}
.mb-sm-open {
border-bottom:4px solid #0F315B;
background: linear-gradient(bottom, #EEE 0%, #CCC 100%);
background: -o-linear-gradient(bottom, #EEE 0%, #CCC 100%);
background: -moz-linear-gradient(bottom, #EEE 0%, #CCC 100%);
background: -webkit-linear-gradient(bottom, #EEE 0%, #CCC 100%);
background: -ms-linear-gradient(bottom, #EEE 0%, #CCC 100%);
background: linear-gradient(bottom, #EEE, #CCC);
background: -o-linear-gradient(bottom, #EEE, #CCC);
background: -moz-linear-gradient(bottom, #EEE, #CCC);
background: -webkit-linear-gradient(bottom, #EEE, #CCC);
background: -ms-linear-gradient(bottom, #EEE, #CCC);
li{
background:transparent;
min-height:0;
Expand Down

0 comments on commit a23f503

Please sign in to comment.