@@ -17,7 +17,7 @@
body {
margin: 0;
- padding: 0;
+ padding: 0 0 0 260px;
height: 100%;
color: #555;
font-family: 'inconsolata';
@@ -33,6 +33,7 @@
#panel {
position: fixed;
+ left: 0;
width: 260px;
overflow: auto;
@@ -72,10 +73,7 @@
#viewer {
border: 0px;
- margin-left: 260px;
- width: -webkit-calc(100% - 260px);
- width: -moz-calc(100% - 260px);
- width: calc(100% - 260px);
+ width: 100%;
}