Browse Source

(I hate myself right now) Reduce pointless differences from the original code.

gigaherz 13 years ago
parent
commit
418c914199
  1. 3
      web/viewer.css

3
web/viewer.css

@ -76,18 +76,17 @@ span#info { @@ -76,18 +76,17 @@ span#info {
}
/* === Sidebar === */
#sidebar {
position: fixed;
width: 350px;
top: 62px;
bottom: 18px;
z-index: 1;
left: -290px;
transition: left 0.25s ease-in-out 1s;
-o-transition: left 0.25s ease-in-out 1s;
-moz-transition: left 0.25s ease-in-out 1s;
-webkit-transition: left 0.25s ease-in-out 1s;
z-index: 1;
}
#sidebar:hover,

Loading…
Cancel
Save