diff --git a/css/layout.css b/css/layout.css index 06d715e..064cc72 100644 --- a/css/layout.css +++ b/css/layout.css @@ -331,7 +331,7 @@ ul#nav li.current a { color: #F06000; } -webkit-animation: windows 2s ease; } .linux { - width: 65%; + width: 58%; -moz-animation: linux 2s ease; -webkit-animation: linux 2s ease; } @@ -362,7 +362,7 @@ ul#nav li.current a { color: #F06000; } } @-moz-keyframes linux { 0% { width: 0px; } - 100% { width: 65%; } + 100% { width: 58%; } } @-moz-keyframes csharp { 0% { width: 0px; } @@ -387,7 +387,7 @@ ul#nav li.current a { color: #F06000; } } @-webkit-keyframes linux { 0% { width: 0px; } - 100% { width: 65%; } + 100% { width: 58%; } } @-webkit-keyframes csharp { 0% { width: 0px; }