diff --git a/ChangeLog b/ChangeLog index 9ec6d75f..bca108e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -108,6 +108,8 @@ with clicks on files. * Changed icons font from foundicons to fonteollo +* Removed Octicons font. + 2012.12.12, Version 0.1.8 diff --git a/css/style.css b/css/style.css index cb318fb9..d1b7736a 100644 --- a/css/style.css +++ b/css/style.css @@ -13,16 +13,10 @@ /* http://fontello.com/ */ @font-face { font-family: 'Fontello'; - font-style: normal; + src: url("/font/fontello.eot"); + src: url("/font/fontello.eot?#iefix") format('embedded-opentype'), url("/font/fontello.woff") format('woff'), url("/font/fontello.ttf") format('truetype'), url("/font/fontello.svg#cloudcmd") format('svg'); font-weight: normal; - src: url('/font/fontello.woff') format('woff'); -} - -@font-face { - font-family: 'Octicons Regular'; font-style: normal; - font-weight: normal; - src: local('Octicons Regular'), url('/font/Octicons.woff') format('woff'); } @font-face { @@ -37,11 +31,6 @@ body{ background-color:white; } -.menu{ - margin-bottom: 0; - font: 16px 'Octicons Regular'; -} - .path-icon{ position: relative; top: 3px; @@ -148,7 +137,7 @@ body{ * установления курсора */ .current-file > .mini-icon{ - left: -6px; + left: -6px; } /* freeupex */ .directory{ @@ -274,26 +263,29 @@ a:hover, a:active { color:white; } -/* меняем иконки на шрифтовые*/ + .fm-header{ + display:none; + } + + /* меняем иконки на шрифтовые*/ .mini-icon { - font: 60px 'Octicons Regular'; + color: rgb(246, 224, 124); + color: rgba(246, 224, 124, 0.56); + font: 60px 'Fontello'; width: 40%; height: 0; margin-left: 0; float: right; position: relative; - top: -17px; - - color: rgb(246, 224, 124); - color: rgba(246, 224, 124, 0.56); + top: 10px } .directory::before{ - content: '\f216'; + content: '\1f4c1'; } .text-file::before{ color: rgb(26, 224, 124); color: rgba(26, 224, 124, 0.56); - content: '\f211'; + content: '\1f4c4'; } .text-file{ background-image:none; diff --git a/font/Octicons.woff b/font/Octicons.woff deleted file mode 100644 index 79989eba..00000000 Binary files a/font/Octicons.woff and /dev/null differ diff --git a/html/index.html b/html/index.html index 51033780..58e47df7 100644 --- a/html/index.html +++ b/html/index.html @@ -11,17 +11,6 @@
-