®omano 4 лет назад
Родитель
Сommit
c3ca8dfe4f
1 измененных файлов с 0 добавлено и 50 удалено
  1. 0 50
      css/global.css

+ 0 - 50
css/global.css

@@ -107,44 +107,6 @@ table.hundred{
 	100% { transform: rotate(360deg); }
 }
 
-span.osIcon{
-	display: inline-block;
-	width: 24px;
-	height: 24px;
-	vertical-align: middle;
-	padding-left: 20px;
-}
-
-span.win32{
-	background: url('../images/os/windows.png') no-repeat center center;
-	background-size: contain;
-}
-
-span.linux32{
-	background: url('../images/os/linux.png') no-repeat center center;
-	background-size: contain;
-}
-
-span.win64{
-	background: url('../images/os/windows.png') no-repeat center center;
-	background-size: contain;
-}
-
-span.linux64{
-	background: url('../images/os/linux.png') no-repeat center center;
-	background-size: contain;
-}
-
-span.win32::before, span.linux32::before{
-	content: "32";
-	text-shadow:  0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000;
-}
-
-span.win64::before, span.linux64::before{
-	content: "64";
-	text-shadow:  0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000;
-}
-
 li.osIcon{
 	padding-right: 24px;
 }
@@ -168,15 +130,3 @@ li.linux64{
 	background: url('../images/os/linux64.png') no-repeat 97% center;
 	background-size: 24px auto;
 }
-
-/*
-li.win32::after, li.linux32::after{
-	content: "32";
-	text-shadow:  0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000;
-}
-
-li.win64::after, li.linux64::after{
-	content: "64";
-	text-shadow:  0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000;
-}
-*/