diff --git a/client.js b/client.js index 070e70da..c5c669c3 100644 --- a/client.js +++ b/client.js @@ -363,7 +363,7 @@ CloudClient.init=(function() CloudClient.cssSet({id:'show_2panels', element:document.head, - inner:'#left{width:45%;}' + inner:'#left{width:46%;}' }); }); diff --git a/css/reset.css b/css/reset.css index 23504a59..76f0a7eb 100644 --- a/css/reset.css +++ b/css/reset.css @@ -35,7 +35,7 @@ a:focus { outline: thin dotted; } /* Improve readability when focused and hovered in all browsers: h5bp.com/h */ a:hover, a:active { outline: 0; } -ul{ margin: 1em 0; padding: 0 0 0 40px; } +ul{ margin: 1em 0; padding: 0 20px 0 20px; } /* * 1. Display hand cursor for clickable form elements diff --git a/css/style.css b/css/style.css index 9e838c17..c2bca496 100644 --- a/css/style.css +++ b/css/style.css @@ -3,21 +3,24 @@ */ /* Foundation Icons General Enclosed */ +/* @font-face { font-family: 'FoundationIconsGeneralEnclosed'; src: url('//dl.dropbox.com/u/78163899/mnemonia/fonts/foundation-icons-general-enclosed.woff') format('woff'); font-weight: normal; font-style: normal; -} +} +*/ /* символьный шрифт от гитхаба*/ +/* @font-face { font-family: 'Octicons Regular'; font-style: normal; font-weight: normal; src: local('Octicons Regular'), url('//dl.dropbox.com/u/78163899/mnemonia/fonts/octicons-regular-webfont.woff') format('woff'); } - +*/ @font-face { font-family: 'Droid Sans Mono'; font-style: normal; @@ -160,7 +163,7 @@ background:url(/img/panel_refresh.png) 0 -15px no-repeat; } .panel{ display: table; - width:45%; + width:46%; } #keyspanel{ text-align: center;